Mercurial > repos > other > linux
diff bashrc @ 55:231b9b290bfb
Merge accidental heads
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 25 Mar 2017 11:15:14 +0000 |
parents | 6b500877a2fc |
children | 3c48c5671f1a |
line wrap: on
line diff
--- a/bashrc Sat Mar 25 11:14:52 2017 +0000 +++ b/bashrc Sat Mar 25 11:15:14 2017 +0000 @@ -11,7 +11,7 @@ export EDITOR=/usr/bin/nano # Set 256-colour terminal support -export TERM="xterm-256color" +export TERM="screen-256color" #Import aliases test -s ~/.alias && . ~/.alias || true @@ -35,4 +35,5 @@ echo "tmux failed to start" fi -export GTK_IM_MODULE=ibus \ No newline at end of file +export GTK_IM_MODULE=ibus +export LS_OPTIONS="$LS_OPTIONS -p" \ No newline at end of file