Skip to content

Commit

Permalink
Force readline for iex.
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy committed Nov 26, 2014
1 parent 254edbd commit 327d846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bashrc.d/commands.sh
@@ -1,5 +1,6 @@
alias gv='gv --spartan'
alias apg8='apg -m 8 -x 8 -M NCL -n 20'
alias iex='rlwrap --always-readline iex'
alias mp='ps -ef | grep'
alias MP='sudo mp'
alias format-json='python -mjson.tool'
Expand All @@ -26,4 +27,4 @@ function make-ssl-cert {
return 1
fi
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout "$domain".key -out "$domain".crt
}
}

0 comments on commit 327d846

Please sign in to comment.