commit 06d34fbd516950bd296d2f686d821de857fcaf8f parent 0bfc650617dad769ee8b4dd37efb8f0361b5b9ef Author: Anders Damsgaard <adc@geo.au.dk> Date: Tue, 4 Sep 2012 19:00:18 +0200 Added mpg123 alias Diffstat:
M | .bashrc | | | 11 | +++++++---- |
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/.bashrc b/.bashrc @@ -100,10 +100,13 @@ fi complete -cf sudo -# Locales export LANG=en_DK.UTF-8 +if [ `hostname` != "adc-stationary" ]; then + # Locales + export LANG=en_DK.UTF-8 -# The ls command will sort dotfiles first, followed by uppercase and lowercase filenames -export LC_ALL= -export LC_COLLATE="C" + # The ls command will sort dotfiles first, followed by uppercase and lowercase filenames + export LC_ALL= + export LC_COLLATE="C" +fi