shells: back to direnv
This commit is contained in:
parent
e810d90438
commit
2c417f5a51
2 changed files with 4 additions and 4 deletions
|
@ -43,6 +43,6 @@ zstyle ':completion:*:kill:*:processes' command 'ps --forest -A -o pid,user,cmd'
|
|||
zstyle ':completion:*:processes-names' command 'ps axho command'
|
||||
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
||||
|
||||
if testbin mise; then
|
||||
eval "$(mise activate zsh)"
|
||||
if testbin direnv; then
|
||||
eval "$(direnv hook zsh)"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue