Fix missing dir_colors call
This commit is contained in:
@@ -14,8 +14,7 @@ plugins=(
|
|||||||
ssh-agent
|
ssh-agent
|
||||||
)
|
)
|
||||||
|
|
||||||
|
zstyle :omz:plugins:ssh-agent identities
|
||||||
zstyle :omz:plugins:ssh-agent identities github
|
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@@ -57,3 +56,6 @@ fancy-ctrl-z () {
|
|||||||
}
|
}
|
||||||
zle -N fancy-ctrl-z
|
zle -N fancy-ctrl-z
|
||||||
bindkey '^Z' fancy-ctrl-z
|
bindkey '^Z' fancy-ctrl-z
|
||||||
|
|
||||||
|
# Nord dir colors
|
||||||
|
test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)
|
||||||
|
|||||||
Reference in New Issue
Block a user