Skip to content

Commit

Permalink
Adding Node.js REPL alias
Browse files Browse the repository at this point in the history
  • Loading branch information
scudco committed Nov 20, 2009
1 parent 192afe2 commit 6897508
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion all/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function preexec {
title $cmd[1]:t "$cmd[2,-1]"
}

export PATH=~/bin:/opt/local/bin:/opt/local/sbin:/opt/local/libexec/git-core:/usr/local/mysql/bin:$PATH
export PATH=~/bin:/opt/local/bin:/opt/local/sbin:/opt/local/libexec/git-core:/usr/local/mysql/bin:/usr/local/mongodb/bin:$PATH

# ALIASES
alias ls='ls --color=auto'
Expand All @@ -70,6 +70,7 @@ alias ss='screen -S'
alias screens='ss screens -c ~/.screens'
alias visor='ss visor -c ~/.visor_screens'
alias inbox='cd ~/Desktop/inbox'
alias node-repl="rlwrap node-repl"

#ruby
alias speco='spec -O spec/spec.opts'
Expand Down

0 comments on commit 6897508

Please sign in to comment.