From fdc52361a2313390cc0d4416d76bae5a971acef0 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Sun, 15 May 2022 13:43:20 +0800 Subject: [PATCH] dfs cd --- .zshrc2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc2 b/.zshrc2 index 6af6bcd..27066e6 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -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 }