X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=shell%2Fenv;h=b7b1e13a28d7e17b56c02e1693d01d26cacc61b3;hb=67988bdbeecddce25b3c64ec8f23fdc4d8d9fb66;hp=c1a950e70a465c188558f552f81306851a15fdda;hpb=d1777f8edd13a781c96010fc86b52a96f2080994;p=config%2Fdotfiles.git diff --git a/shell/env b/shell/env index c1a950e..b7b1e13 100644 --- 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'