From 2ce0602035e0cd4a9434039eac43d23d49c7e9ec Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 17 May 2022 13:45:49 +0800 Subject: [PATCH] remove autojump --- .zshrc2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc2 b/.zshrc2 index cb99136..f404da2 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -42,7 +42,6 @@ fi source "$ANTIGEN" antigen use oh-my-zsh # enable plugins -antigen bundle autojump antigen bundle command-not-found antigen bundle docker antigen bundle extract @@ -77,7 +76,7 @@ dfs() echo 'Done. Please open a new shell to see the changes.' ;; cd ) cd "$DOTFILES" ;; - * ) echo "unknown command \"$1\". available: update, reset" ;; + * ) echo "unknown command \"$1\". available: update, reset, cd" ;; esac }