Fix syntax highlighting on linux
This commit is contained in:
parent
79dcac114a
commit
0a7fd86ce2
2
.zshrc
2
.zshrc
@ -14,7 +14,7 @@ if [[ $(uname) == "Darwin" ]]; then
|
||||
else
|
||||
export PATH="${PATH}:${HOME}/.local/bin:/usr/local/sbin:${HOME}/.local/share/gem/ruby/2.0.0/bin:/usr/local/bin"
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
fi
|
||||
|
||||
export CONFIGDIR="${HOME}/.config"
|
||||
|
Loading…
Reference in New Issue
Block a user