direnv, final update before archiving
parent
533da03db0
commit
4c252bfd19
.config/zsh
|
@ -81,6 +81,9 @@ RPROMPT=\$vcs_info_msg_0_
|
||||||
zstyle ':vcs_info:git:*' formats '%F{240}(%b)%r%f'
|
zstyle ':vcs_info:git:*' formats '%F{240}(%b)%r%f'
|
||||||
zstyle ':vcs_info:*' enable git
|
zstyle ':vcs_info:*' enable git
|
||||||
|
|
||||||
|
# Direnv
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
|
|
||||||
# This must be placed at the end
|
# This must be placed at the end
|
||||||
[ -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
[ -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ] && source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue