fix: bump fish_plugins, drop hydro async config

This commit is contained in:
Andrejus
2021-03-28 19:23:23 +01:00
parent 8cd519cc32
commit 576c73352c
4 changed files with 11 additions and 15 deletions

View File

@@ -45,7 +45,7 @@ export PATH="$POETRY_ROOT/bin:$PATH"
# nvm
if [ -z "$NVM_DIR" ]; then
export NVM_DIR="$HOME/.nvm"
export NVM_DIR="$HOME/.nvm"
fi
mkdir -p "$NVM_DIR"
export PATH="$NVM_DIR/bin:$PATH"