Cleanup aliases.
--- a/.bashrc Wed Feb 15 00:38:53 2012 +0200
+++ b/.bashrc Wed Feb 15 00:50:59 2012 +0200
@@ -92,14 +92,12 @@
# LANG=C for speed.
alias grep='GREP_COLOR="31;47" LANG=C grep -n --color=auto'
alias ls='ls --color=auto'
+alias minicom='minicom -c on'
-# alias minicom='minicom -c on' #enable colour
-# alias cal='cal -3' #show 3 months by default
-# alias units='units -t' #terse mode
+# show 3 months by default
+alias cal='cal -3'
+
# alias diff='LC_ALL=C TZ=GMT0 diff -Naur' #normalise diffs for distribution
-# alias lynx='lynx -force_html -width=$COLUMNS' #best settings for viewing HTML
-# alias links='links -force-html' #need to enable colour in config menu manually
-# alias xterm='xterm -fb "" -bg black -fg gray -fa "Sans Mono" -fs 10 +sb -sl 3000 -g 80x50+1+1'
# alias sudo='sudo env PATH=$PATH' #work around sudo built --with-secure-path (ubuntu)
# alias vim='vim -X' #don't try to contact xserver (which can hang on network issues)
# alias gdb='gdb -tui' #enable the text window interface if possible