Fully fix fnm with correct directly fix

This commit is contained in:
Tim 2023-06-16 19:20:31 +02:00
parent 4144861119
commit 0e6d1ef4ba

View File

@ -166,8 +166,8 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
[ -f .aliases ] && source .aliases
# fnm
if [ -f ~/.local/share/fnm ]
if [ -d /home/tim/.local/share/fnm ]
then
export PATH="~/.local/share/fnm:$PATH"
export PATH="/home/tim/.local/share/fnm:$PATH"
eval "`fnm env`"
fi