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
|
fi
|
||||||
# ----------------
|
# ----------------
|
||||||
#
|
#
|
||||||
# if is-executable fnm && is-itty; then
|
if is-executable fnm && ! is-tty; then
|
||||||
# eval "$(fnm env)"
|
eval "$(fnm env --shell zsh)"
|
||||||
# fi
|
fi
|
||||||
#
|
#
|
||||||
if is-executable bat; then
|
if is-executable bat; then
|
||||||
export BAT_THEME=Catppuccin
|
export BAT_THEME=Catppuccin
|
||||||
|
|
Loading…
Reference in a new issue