Changed ghci to not use wall

This commit is contained in:
Veit Heller
2015-01-23 17:42:02 +01:00
parent 60fa9b5696
commit 04f638e438
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ export PATH=$PATH:/opt/local/bin:/usr/local/sbin:~/.cabal/bin
export MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man
export INFOPATH=$INFOPATH:/opt/local/share/info
export PYTHONSTARTUP=~/.pythonrc
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk
alias psg="ps aux | grep -v grep | grep -i -e VSZ -e"
alias ..="cd .."
alias gcc="gcc-4.9"