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 }