mirror of
https://codeberg.org/diginaut/dotfiles.git
synced 2026-06-21 01:47:31 +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
|
if test -x ~/.nvm
|
||||||
set -gx NVM_DIR ~/.nvm
|
set -gx NVM_DIR ~/.nvm
|
||||||
end
|
end
|
||||||
|
if test -x /usr/share/nvm
|
||||||
|
set -gx NVM_DIR ~/.nvm
|
||||||
|
end
|
||||||
|
|
||||||
## Android-related binaries
|
## Android-related binaries
|
||||||
if test -x /usr/local/bin/android-sdk-linux/platform-tools
|
if test -x /usr/local/bin/android-sdk-linux/platform-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user