]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Remove ghci wrapper function.
authorSimon Ruderich <simon@ruderich.org>
Mon, 10 Feb 2014 11:39:29 +0000 (12:39 +0100)
committerSimon Ruderich <simon@ruderich.org>
Mon, 10 Feb 2014 11:39:29 +0000 (12:39 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index 876bfc785470754268c6317cca4fa7c0cd3a5f98..09264ed39e0588f4aac8a732bfc6ad190726cb8d 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -826,15 +826,6 @@ elif (( $+commands[zathura] )); then
     compdef _xpdf pdf
 fi
 
-# GHCI doesn't use readline, force it if rlwrap is available.
-(( $+commands[rlwrap] )) && ghci() {
-    command rlwrap \
-        --always-readline --complete-filenames -t dumb \
-        --histsize 5000 \
-        --file ~/.shell/rlwrap/ghci \
-        ghci "$@" 2>&1
-}
-
 
 # OS SPECIFIC SETTINGS