Fix missing dir_colors call

This commit is contained in:
CramMK
2020-04-17 09:37:45 +02:00
parent 6e442b4dc3
commit a8ea8650be

View File

@@ -14,8 +14,7 @@ plugins=(
ssh-agent
)
zstyle :omz:plugins:ssh-agent identities github
zstyle :omz:plugins:ssh-agent identities
source $ZSH/oh-my-zsh.sh
@@ -57,3 +56,6 @@ fancy-ctrl-z () {
}
zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z
# Nord dir colors
test -r "~/.dir_colors" && eval $(dircolors ~/.dir_colors)