Changed ghci to not use wall
This commit is contained in:
@@ -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
2
ghci
@@ -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 ++ "'"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user