-
-
Save obfusk/7491914 to your computer and use it in GitHub Desktop.
~nap dotfiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NAP { | |
umask 0022 | |
export PATH="/__nap/nap/bin:$PATH" NAPRC=/__nap/cfg/naprc | |
# } NAP | |
# FELIX { | |
for _path in \ | |
"$HOME/.gem/ruby/1.9.1/bin" \ | |
"$HOME/.node/bin" "$HOME/opt/pkg/node/bin" \ | |
"$HOME/opt/bin" "$HOME/bin" ; | |
do | |
[ -d "$_path" ] && PATH="$_path:$PATH" | |
done | |
unset _path | |
export LC_COLLATE=C | |
export NODE_PATH="$HOME/.node/lib/node_modules" | |
export GEM_HOME="$HOME/.gem/ruby/1.9.1" | |
# } FELIX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install: --no-rdoc --no-ri | |
update: --no-rdoc --no-ri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment