mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-06-21 00:37:29 +02:00
Also enable nvm when it is installed system-wide
This commit is contained in:
@@ -44,6 +44,9 @@ end
|
||||
if test -x ~/.nvm
|
||||
set -gx NVM_DIR ~/.nvm
|
||||
end
|
||||
if test -x /usr/share/nvm
|
||||
set -gx NVM_DIR ~/.nvm
|
||||
end
|
||||
|
||||
## Android-related binaries
|
||||
if test -x /usr/local/bin/android-sdk-linux/platform-tools
|
||||
|
||||
Reference in New Issue
Block a user