Skip to content

Commit

Permalink
Update .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
innerlee authored Jan 25, 2021
1 parent 7708db1 commit 23b0b96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ..'
Expand Down

0 comments on commit 23b0b96

Please sign in to comment.