remove autojump

This commit is contained in:
Dict Xiong 2022-05-17 13:45:49 +08:00 committed by GitHub
parent b00cf4eb3f
commit 2ce0602035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}