eval dircolors
This commit is contained in:
parent
56c7cecf48
commit
02959af4f0
@ -68,11 +68,15 @@ if source_if_exists ~/.config/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-hig
|
|||||||
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
|
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Directory stack.
|
|
||||||
|
|
||||||
|
# Directory stack and ls colors.
|
||||||
|
|
||||||
DIRSTACKSIZE=10
|
DIRSTACKSIZE=10
|
||||||
setopt auto_pushd pushd_minus pushd_silent pushd_to_home pushd_ignore_dups
|
setopt auto_pushd pushd_minus pushd_silent pushd_to_home pushd_ignore_dups
|
||||||
|
|
||||||
|
eval $(dircolors)
|
||||||
|
|
||||||
# Aliases.
|
# Aliases.
|
||||||
|
|
||||||
alias dh='dirs -v'
|
alias dh='dirs -v'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user