Skip to content

Instantly share code, notes, and snippets.

@obfusk
Forked from noxqsgit/.bash_profile
Created November 15, 2013 21:26
Show Gist options
  • Save obfusk/7491914 to your computer and use it in GitHub Desktop.
Save obfusk/7491914 to your computer and use it in GitHub Desktop.
~nap dotfiles
# 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
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