This commit is contained in:
Dict Xiong 2022-08-26 20:20:34 +08:00
parent e71cbd9bf4
commit a68a9af330

View File

@ -23,6 +23,6 @@ case $1 in
echo 'Done. Please open a new shell to see the changes.'
;;
cd ) cd "$DOTFILES" ;;
log ) "$DOTFILES/tools/post-log.py" "$2" ;;
log ) post_log "INFO" "dfs" "$2" ;;
* ) echo "unknown command \"$1\". available: update, force-update, version, reset, cd, log" ;;
esac