# HG changeset patch # User Oleksandr Gavenko # Date 1420667314 -7200 # Node ID 5605167fc4afb7338ae846e73a11220f38e18691 # Parent c60d05657d5b73a5e8ab9ddd92bda5aa14c6dc3c No longer needs in 'e.' alias. 'e' command open files without args. diff -r c60d05657d5b -r 5605167fc4af .bashrc --- a/.bashrc Tue Dec 30 12:57:25 2014 +0200 +++ b/.bashrc Wed Jan 07 23:48:34 2015 +0200 @@ -101,7 +101,6 @@ alias man='LANG=C man' alias j='jobs ' -alias e.='e .' # make and change to a directory md () { mkdir -p "$1" && cd "$1"; }