Fix nvm install

This commit is contained in:
Andrejus
2020-09-22 18:56:10 +01:00
parent 9ac63f9bde
commit e9da16de98
5 changed files with 15 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
# ---------------------------------------------------------------------------- #
# Cross-shell (only import if environment has been setup)
# ---------------------------------------------------------------------------- #
if begin; test -e ~/.profile; and type -q bass; end
bass source ~/.profile
if begin; test -e ~/.bash_profile; and type -q bass; end
bass source ~/.bash_profile
end
# ---------------------------------------------------------------------------- #