From 55a0d647bc2e5e44c584a57327b07dfa852d9710 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Wed, 4 Aug 2021 12:32:24 +0100 Subject: [PATCH] fix: legacy yarn_dir --- files/home/.profile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/files/home/.profile b/files/home/.profile index 53b2564..03b0510 100644 --- a/files/home/.profile +++ b/files/home/.profile @@ -38,12 +38,6 @@ if [ -f "$node_alias" ]; then export PATH="$NVM_DIR/versions/node/$VERSION/bin:$PATH" fi - -# yarn -export YARN_DIR=${YARN_DIR:-"$HOME/.yarn"} -mkdir -p "$YARN_DIR" -export PATH="$YARN_DIR/bin:$PATH" - # pyenv export PYENV_ROOT="$HOME/.pyenv" export PATH="$PYENV_ROOT/bin:$PATH"