add shell to fnm initialization

This commit is contained in:
Daylin Morgan 2022-12-09 14:24:46 -06:00
parent 9e563c1d7f
commit 1a9854427f
1 changed files with 3 additions and 3 deletions

View File

@ -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