.bashrc
changeset 231 84c9533f2675
parent 230 2c6542befc32
child 235 3c0d218db7a3
--- a/.bashrc	Tue Oct 18 19:32:34 2011 +0300
+++ b/.bashrc	Thu Oct 20 11:51:10 2011 +0300
@@ -84,6 +84,8 @@
 alias l.='ls -d .*'     #list hidden files
 alias ll='ls -lhrt'     #extra info compared to "l"
 alias lld='ls -lUd */'  #list directories
+# I prefer EN man pages.
+alias man='LANG=C man'
 
 # make and change to a directory
 md () { mkdir -p "$1" && cd "$1"; }