Fish/nvim config

This commit is contained in:
Andrejus
2020-05-31 15:01:47 +01:00
parent 850fe75370
commit 66c0c25fbd
10 changed files with 63 additions and 49 deletions

View File

@@ -79,6 +79,5 @@ if ! shopt -oq posix; then
fi
fi
export NVM_DIR="$HOME/.config/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

View File

@@ -1,5 +1,4 @@
if [ -z "$PROFILE_LOCK" ]; then
echo "acquiring profile lock"
export PROFILE_LOCK=1
# set PATH so it includes user's private bin if it exists
@@ -53,10 +52,4 @@ if [ -z "$PROFILE_LOCK" ]; then
export PATH="$YARN_DIR/bin:$PATH"
fi
# if ! [ -x "$(command -v yarn)" ]; then
# export PATH="$YARN_DIR/bin:$PATH"
# else
# export PATH="$(yarn global bin):$PATH"
# fi
fi