mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-24 21:46:52 +08:00
bug fix
This commit is contained in:
parent
e71cbd9bf4
commit
a68a9af330
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user