Skip to content

Commit

Permalink
Wrap node in rlwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Jan 9, 2018
1 parent 3e877d4 commit 39c74d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ alias pc='padrino c'
alias dm=docker-machine
alias dmrun='docker-machine start default && eval "$(docker-machine env default)"'

alias node='NODE_NO_READLINE=1 rlwrap node'

which hub &> /dev/null && alias 'git=hub'

type -t pgrep > /dev/null || alias pgrep='ps ax | grep -v grep | egrep'
Expand Down

0 comments on commit 39c74d6

Please sign in to comment.