diff --git a/bash/.profile b/bash/.profile index 2042fb4..fcbd7e7 100644 --- a/bash/.profile +++ b/bash/.profile @@ -43,7 +43,6 @@ if [ -z "$PROFILE_LOCK" ]; then export NVM_DIR="$XDG_CONFIG_HOME/nvm" if [ -d "$NVM_DIR" ]; then export PATH="$NVM_DIR/bin:$PATH" - # [ -s "$NVM_DIR/nvm.sh" ] && source "$NVM_DIR/nvm.sh" fi # yarn diff --git a/fish/config.fish b/fish/config.fish index 5339b1f..d31b738 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -3,7 +3,6 @@ # ---------------------------------------------------------------------------- # if test -e ~/.profile bass source ~/.profile - bass source "$NVM_DIR/nvm.sh" --no-use ';' nvm use iojs end # ---------------------------------------------------------------------------- # diff --git a/fish/functions/nvm.fish b/fish/functions/nvm.fish new file mode 100644 index 0000000..575d0e3 --- /dev/null +++ b/fish/functions/nvm.fish @@ -0,0 +1,4 @@ +function nvm + bass source $NVM_DIR/nvm.sh --no-use ';' nvm $argv +end + diff --git a/install/00-apt-pkglist.save b/install/00-apt-pkglist.save new file mode 100644 index 0000000..38c04d7 --- /dev/null +++ b/install/00-apt-pkglist.save @@ -0,0 +1,8 @@ +curl + make +net-tools +openssh-client +openssh-server +software-properties-common +tmux +