update font

Signed-off-by: d0zingcat <iamtangli42@gmail.com>
This commit is contained in:
2025-03-09 23:28:39 +08:00
parent 62878ba01c
commit 2d6076f5ef
3 changed files with 4 additions and 4 deletions

2
.zshrc
View File

@@ -177,7 +177,6 @@ function git_config() {
function git_config_work() {
if [ ! $# -eq 2 ]; then
echo 'should be like git_config_work {name} {email}'
exit 1
fi
git_config $1 $2 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF23DQtdH5PODF9fYUHr49I1J3lfKLAPk4LG54MVUTcg'
}
@@ -185,7 +184,6 @@ function git_config_work() {
function git_config_play() {
if [ ! $# -eq 1 ]; then
echo 'should be like gait_config_play {email}'
exit 1
fi
git_config d0zingcat $1 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPaVruhhL4O9BiAncnW1wH3jc7/hsqsXLknA8Xtnjjee'
}