From c8128886c3b4ac35efb3ec975679109bf0dac537 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Thu, 29 Jan 2015 00:34:52 +0800 Subject: Added '.npmrc' and updated '.profile' for npm PATH --- .npmrc | 7 +++++++ .profile | 14 ++++++++++---- README.md | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..f9e0a43 --- /dev/null +++ b/.npmrc @@ -0,0 +1,7 @@ +;; +;; npm config +;; + +;; install packages under user home directory +prefix = ${HOME}/npm + diff --git a/.profile b/.profile index 822f6b8..c2d0b76 100644 --- a/.profile +++ b/.profile @@ -17,16 +17,22 @@ export QT_IM_MODULE="fcitx" export QT4_IM_MODULE="fcitx" ###### PATH ###### +# admin +if `groups | grep -qE '\b(wheel|adm|sudo)\b'`; then + export PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin" +fi # $HOME/bin if [ -d "$HOME/bin" ]; then export PATH="$HOME/bin:$PATH" fi -# admin -if `groups | grep -qE '\b(wheel|adm|sudo)\b'`; then - export PATH="$PATH:/usr/local/sbin:/usr/sbin:/sbin" +# npm +if [ -d "$HOME/npm" ]; then + export PATH="$PATH:$HOME/npm" fi # TeXlive -export PATH=$PATH:/usr/local/texlive/bin/x86_64-linux +if [ -d "/usr/local/texlive/bin/x86_64-linux" ]; then + export PATH="$PATH:/usr/local/texlive/bin/x86_64-linux" +fi ###### gpg agent ###### gpgenv="$HOME/.gnupg/gpg-agent.env" diff --git a/README.md b/README.md index e86ff1b..df19e93 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Distributed under MIT License. Weitian LI -GnuPG key: Weitian LI (Null) +GnuPG key: Weitian LI Fingerprint: F00D 615C 9984 147B 450F 56EA F81B F453 5F26 EBF6 -- cgit v1.2.2