# HG changeset patch # User IBBoard # Date 1416168756 0 # Node ID ea572e66059834119254a43348b6256bf4bc5510 # Parent 170de0d0d6dd1d5cd88387338a0a59b2685472ec Fix Thunderbird dates and add more comments diff -r 170de0d0d6dd -r ea572e660598 bashrc --- 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=-