mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 12:47:01 +08:00
bug fix (Sat Jan 21 16:45:35 CST 2023)
This commit is contained in:
parent
f15a551e4a
commit
1ff5b987eb
2
.zshrc2
2
.zshrc2
|
@ -202,7 +202,7 @@ dfs()
|
|||
echo 'Done. Please open a new shell to see the changes.'
|
||||
;;
|
||||
log ) "$DOTFILES/tools/common.sh" "post_log" "INFO" "dfs" "$2" ;;
|
||||
beacon ) "$DOTFILES/tools/common.sh" "post_beacon" "$2" ;;
|
||||
beacon ) "$DOTFILES/tools/common.sh" "post_beacon" "$2" "$3" ;;
|
||||
* ) echo "unknown command \"$1\". available: update, force-update, version, reset, cd, log" ;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user