Add AutoJump support in zsh
Prithu Goswami prithugoswami524@gmail.com
Sun, 01 Apr 2018 12:18:17 +0530
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
.zshrc
→
.zshrc
@@ -17,6 +17,10 @@ cd() {
builtin cd "$@" && ls --color; } +# AutoJump +[[ -s $HOME/.autojump/etc/profile.d/autojump.sh ]] && source $HOME/.autojump/etc/profile.d/autojump.sh + +autoload -U compinit && compinit -u # Set list of themes to load # Setting this variable when ZSH_THEME=random