Fish/nvim config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user