all repos — dotfiles @ cc7f89e8c39786512b16c75aef68d96d9b737e78

linux dotfiles

Add AutoJump support in zsh
Prithu Goswami prithugoswami524@gmail.com
Sun, 01 Apr 2018 12:18:17 +0530
commit

cc7f89e8c39786512b16c75aef68d96d9b737e78

parent

cc69ff523dc1587a3be0af4f348ae87e575424a1

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