aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-11-20 08:14:20 -0200
committerEuAndreh <eu@euandre.org>2018-11-20 08:14:20 -0200
commit577ae57e7dde3062de6c973ad8b4f92beed16de3 (patch)
tree71399bfc9445dde7a4f4fd266687acc52a7191b0
parentUpdate Emacs generated configuration. (diff)
downloaddotfiles-577ae57e7dde3062de6c973ad8b4f92beed16de3.tar.gz
dotfiles-577ae57e7dde3062de6c973ad8b4f92beed16de3.tar.xz
Add FIXME note on npm.sh.
-rw-r--r--bash/npm.sh1
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"