Mercurial > repos > other > linux
changeset 20:ea572e660598
Fix Thunderbird dates and add more comments
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 16 Nov 2014 20:12:36 +0000 |
parents | 170de0d0d6dd |
children | eb96857d9d17 |
files | bashrc |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/bashrc Mon Sep 08 20:09:55 2014 +0100 +++ b/bashrc Sun Nov 16 20:12:36 2014 +0000 @@ -7,11 +7,19 @@ . /etc/bash_completion fi +# Use a sane editor export EDITOR=/usr/bin/nano test -s ~/.alias && . ~/.alias || true + +# Add sbins to path to make life easier (e.g. /sbin/ifconfig) export PATH=/sbin:/usr/sbin:/usr/local/sbin:$PATH + +#Disable man page number prompts - where there's more than one, we normally want the default (user command) version export MAN_POSIXLY_CORRECT=1 +#Make sure that Thunderbird et al show correct dates +export LC_TIME=en_GB.UTF-8 + #Disable less history, because do I really search the same things enough to use it across sessions? export LESSHISTFILE=-