--- a/.bashrc Mon Sep 24 23:04:11 2012 +0300 +++ b/.bashrc Wed Sep 26 09:51:12 2012 +0300 @@ -94,6 +94,7 @@ alias man='LANG=C man' alias j='jobs ' +alias e.='e .' # make and change to a directory md () { mkdir -p "$1" && cd "$1"; }