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 MANPATH=$MANPATH:/opt/local/share/man:/usr/local/opt/erlang/lib/erlang/man
export INFOPATH=$INFOPATH:/opt/local/share/info export INFOPATH=$INFOPATH:/opt/local/share/info
export PYTHONSTARTUP=~/.pythonrc 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 psg="ps aux | grep -v grep | grep -i -e VSZ -e"
alias ..="cd .." alias ..="cd .."
alias gcc="gcc-4.9" alias gcc="gcc-4.9"

2
ghci
View File

@@ -1,5 +1,5 @@
:set prompt "ghci> " :set prompt "ghci> "
:set -Wall {- :set -Wall -}
let ghciEscapeShellArg arg = "'" ++ concatMap (\c -> if c == '\'' then "'\"'\"'" else [c]) arg ++ "'" let ghciEscapeShellArg arg = "'" ++ concatMap (\c -> if c == '\'' then "'\"'\"'" else [c]) arg ++ "'"