diff options
| -rw-r--r-- | bash/npm.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/npm.sh b/bash/npm.sh index fda709f1..c23c0749 100644 --- a/bash/npm.sh +++ b/bash/npm.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +# FIXME: port to NixOS npm_i() { (which $1 &> /dev/null) || { yellow "Installing $2" |
