From 23b0b96a308596299632f32810f5300d458e02e6 Mon Sep 17 00:00:00 2001 From: lizz Date: Mon, 25 Jan 2021 11:59:43 +0800 Subject: [PATCH] Update .zshrc --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 15737ca..51f4794 100644 --- a/.zshrc +++ b/.zshrc @@ -3,7 +3,7 @@ zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}" ZSH_THEME="ys" -plugins=(git git-extras yarn zsh-completions zsh-syntax-highlighting) +plugins=(git git-extras yarn zsh-completions zsh-syntax-highlighting autojump) autoload -Uz compinit && compinit export ZSH_DISABLE_COMPFIX=true @@ -14,8 +14,6 @@ export PYTHONDONTWRITEBYTECODE=1 bindkey '^]' autosuggest-accept source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh -[[ -s $HOME/.autojump/etc/profile.d/autojump.sh ]] && source $HOME/.autojump/etc/profile.d/autojump.sh - eval $(thefuck --alias) alias jp='cd ..'