wip
This commit is contained in:
parent
d1d2e79fb7
commit
dfad8728d1
1 changed files with 7 additions and 0 deletions
7
.zshenv
7
.zshenv
|
@ -68,6 +68,13 @@ else
|
|||
}
|
||||
fi
|
||||
|
||||
# fnm
|
||||
FNM_PATH="/home/piecka/.local/share/fnm"
|
||||
if [ -d "$FNM_PATH" ]; then
|
||||
export PATH="/home/piecka/.local/share/fnm:$PATH"
|
||||
eval "$(fnm env)"
|
||||
fi
|
||||
|
||||
# ──────────────────────────────────────< fzf plugin >──────────────────────────────────────
|
||||
# [ -d "$HOME/.zsh/plugins/fzf-zsh-plugin/bin" ] &&
|
||||
# export FZF_PATH="$HOME/.zsh/plugins/fzf-zsh-plugin/bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue