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 23b0b96 commit d8f5d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ zstyle ':completion:*' list-colors "${(@s.:.)LS_COLORS}"

ZSH_THEME="ys"

plugins=(git git-extras yarn zsh-completions zsh-syntax-highlighting autojump)
plugins=(git git-extras yarn zsh-completions zsh-syntax-highlighting autojump command-not-found colored-man-pages colorize common-aliases)

autoload -Uz compinit && compinit
export ZSH_DISABLE_COMPFIX=true
export ZSH_COLORIZE_CHROMA_FORMATTER=terminal256

alias ls="ls --color=tty 2>/dev/null"
unsetopt BG_NICE
Expand Down

0 comments on commit d8f5d19

Please sign in to comment.