mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-12-19 12:37:49 +08:00
remove autojump
This commit is contained in:
parent
b00cf4eb3f
commit
2ce0602035
3
.zshrc2
3
.zshrc2
@ -42,7 +42,6 @@ fi
|
|||||||
source "$ANTIGEN"
|
source "$ANTIGEN"
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
# enable plugins
|
# enable plugins
|
||||||
antigen bundle autojump
|
|
||||||
antigen bundle command-not-found
|
antigen bundle command-not-found
|
||||||
antigen bundle docker
|
antigen bundle docker
|
||||||
antigen bundle extract
|
antigen bundle extract
|
||||||
@ -77,7 +76,7 @@ dfs()
|
|||||||
echo 'Done. Please open a new shell to see the changes.'
|
echo 'Done. Please open a new shell to see the changes.'
|
||||||
;;
|
;;
|
||||||
cd ) cd "$DOTFILES" ;;
|
cd ) cd "$DOTFILES" ;;
|
||||||
* ) echo "unknown command \"$1\". available: update, reset" ;;
|
* ) echo "unknown command \"$1\". available: update, reset, cd" ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user