Skip to content

Commit

Permalink
No rlwrap on node
Browse files Browse the repository at this point in the history
  • Loading branch information
aredridel committed Aug 19, 2015
1 parent bbadcc1 commit 50ff08c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bash_profile
Expand Up @@ -60,10 +60,6 @@ alias wow="git status"
alias such=git
alias very=git

if [ -n "`which rlwrap 2>/dev/null`" ]; then
alias node="NODE_NO_READLINE=1 rlwrap -p green node"
fi

function pleasedont {
R=("can u not" "ಠ_ಠ" "(╯°□°)╯︵ ┻━┻")
s=$(($RANDOM % ${#R[@]}))
Expand Down

0 comments on commit 50ff08c

Please sign in to comment.