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

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