X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=09264ed39e0588f4aac8a732bfc6ad190726cb8d;hb=ec5e39a4038ef025239ea81db2cb20832757c0cb;hp=876bfc785470754268c6317cca4fa7c0cd3a5f98;hpb=c7f5fb40c46b8c99ddc93fbc1df2987e178e0124;p=config%2Fdotfiles.git diff --git a/zsh/rc b/zsh/rc index 876bfc7..09264ed 100644 --- 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