]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/env
Merge remote-tracking branch 'uni/master'
[config/dotfiles.git] / shell / env
index c1a950e70a465c188558f552f81306851a15fdda..b7b1e13a28d7e17b56c02e1693d01d26cacc61b3 100644 (file)
--- a/shell/env
+++ b/shell/env
@@ -43,6 +43,10 @@ elif [ -O ~/tmp -a -d ~/tmp ]; then
     export TMP TEMP TMPDIR
 fi
 
+# Change rlwrap's home directory to prevent cluttering ~.
+RLWRAP_HOME=~/.shell/rlwrap
+export RLWRAP_HOME
+
 # Set colors for GNU ls (and zsh completions).
 # See `dircolors --print-database` for possible colors.
 LS_COLORS='no=00'