Skip to content

Commit

Permalink
refactor: no need to set the nvm_config path in conf.d
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Jan 25, 2019
1 parent 2c66904 commit 0dcbb4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conf.d/nvm.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
set -q XDG_CONFIG_HOME; or set XDG_CONFIG_HOME ~/.config
set -g nvm_config $XDG_CONFIG_HOME/nvm

function _nvm_uninstall -e nvm_uninstall
if test -s "$nvm_config/version"
read -l ver <$nvm_config/version
Expand Down

0 comments on commit 0dcbb4d

Please sign in to comment.