Update shells configuration.
This commit is contained in:
parent
6fb2d51c5d
commit
3ff6d36a73
@ -1 +1 @@
|
||||
Subproject commit b908feebcfb0ca8a9a80360d177e716c24c317d6
|
||||
Subproject commit 291e96dcd034750fbe7473482508c08833b168e3
|
4
.zshrc
4
.zshrc
@ -52,7 +52,7 @@ ZSH_CUSTOM=${HOME}/.config/zsh-custom
|
||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
# Add wisely, as too many plugins slow down shell startup.
|
||||
plugins=(git per-directory-history zsh-autosuggestions zsh-syntax-highlighting)
|
||||
plugins=(zsh-autosuggestions zsh-syntax-highlighting)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
@ -87,3 +87,5 @@ source $ZSH/oh-my-zsh.sh
|
||||
|
||||
source $HOME/.config/path.sh
|
||||
source $HOME/.config/alias.sh
|
||||
|
||||
eval "$(dircolors ~/.dircolors)"
|
||||
|
Loading…
Reference in New Issue
Block a user