This commit is contained in:
Dict Xiong 2022-05-15 13:43:20 +08:00 committed by GitHub
parent 55a92f58ed
commit fdc52361a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ dfs()
$DOTFILES/install.sh -i
echo 'Done. Please open a new shell to see the changes.'
;;
cd ) cd "$DOTFILES" ;;
* ) echo "unknown command \"$1\". available: update, reset" ;;
esac
}