Add ncal as cal try be compatible with old and week can not start from Monday.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Feb 2012 22:12:09 +0200
changeset 309 d98ee1ad029c
parent 308 8b7a40575cdb
child 310 3f53690ce833
Add ncal as cal try be compatible with old and week can not start from Monday.
.bashrc
--- a/.bashrc	Mon Feb 20 22:06:26 2012 +0200
+++ b/.bashrc	Mon Feb 20 22:12:09 2012 +0200
@@ -95,7 +95,8 @@
 alias minicom='minicom -c on'
 
 # Show 3 months. Weeks start on Monday.
-alias cal='cal -3 -M'
+alias cal='cal -3'
+alias ncal='ncal -3 -M'
 
 # alias diff='LC_ALL=C TZ=GMT0 diff -Naur' #normalise diffs for distribution
 # alias sudo='sudo env PATH=$PATH' #work around sudo built --with-secure-path (ubuntu)