add shell to fnm initialization
This commit is contained in:
parent
9e563c1d7f
commit
1a9854427f
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ if is-executable lf; then
|
|||
fi
|
||||
# ----------------
|
||||
#
|
||||
# if is-executable fnm && is-itty; then
|
||||
# eval "$(fnm env)"
|
||||
# fi
|
||||
if is-executable fnm && ! is-tty; then
|
||||
eval "$(fnm env --shell zsh)"
|
||||
fi
|
||||
#
|
||||
if is-executable bat; then
|
||||
export BAT_THEME=Catppuccin
|
||||
|
|
Loading…
Reference in a new issue