Skip to content

Commit

Permalink
add node.js initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
shim0mura committed Dec 26, 2011
1 parent f64b4bf commit f14b87e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .bashrc
Expand Up @@ -6,8 +6,16 @@ if [ -f /etc/bashrc ]; then
fi

# User specific aliases and functions

# use Node.js version 0.6.6
if [ -e ~/work/node.js/.nvm/nvm.sh ]
then
. ~/work/node.js/.nvm/nvm.sh
nvm use "v0.6.6"
fi

export HISTSIZE=300000
export JSTESTDRIVER_HOME=~/jstest

alias la="ls -a"
alias ll="ls -l"
alias la="ls -la"
alias ll="ls -lh"

0 comments on commit f14b87e

Please sign in to comment.