Created
June 7, 2012 19:49
-
-
Save zeekay/2891146 to your computer and use it in GitHub Desktop.
Smart Machine .bashrc
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
alias v=vim | |
PATH=$HOME/local/bin:$HOME/local/nodejs/bin:/opt/nodejs/bin:/usr/nodejs/bin:/opt/local/bin:/opt/local/sbin:/usr/xpg4/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/ccs/bin | |
MANPATH=$HOME/local/share/man:/opt/nodejs/share/man:/opt/local/man:/opt/local/share/man:/usr/share/man:/usr/sfw/share/man:/usr/openwin/share/man | |
PAGER=/usr/bin/less | |
LIBRARY_PATH=/home/node/local/nodejs/lib:/lib:/usr/lib:/opt/local/lib:/opt/gcc/lib | |
INCLUDE_PATH=/home/node/local/nodejs/include:/opt/local/include | |
C_INCLUDE_PATH=$INCLUDE_PATH | |
CPLUS_INCLUDE_PATH=$INCLUDE_PATH | |
NODE_PATH=$HOME/node_modules:$HOME/local/lib/node_modules:/opt/nodejs/lib/node_modules | |
PKG_CONFIG_PATH=/opt/local/lib/pkgconfig:$HOME/local/nodejs/lib/pkgconfig | |
export MAIL PATH MANPATH LIBRARY_PATH NODE_PATH \ | |
INCLUDE_PATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH PKG_CONFIG_PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment