diff options
author | EuAndreh <eu@euandre.org> | 2018-11-20 08:14:20 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-20 08:14:20 -0200 |
commit | 577ae57e7dde3062de6c973ad8b4f92beed16de3 (patch) | |
tree | 71399bfc9445dde7a4f4fd266687acc52a7191b0 | |
parent | Update Emacs generated configuration. (diff) | |
download | dotfiles-577ae57e7dde3062de6c973ad8b4f92beed16de3.tar.gz dotfiles-577ae57e7dde3062de6c973ad8b4f92beed16de3.tar.xz |
Add FIXME note on npm.sh.
-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 fda709f..c23c074 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" |