No longer needs in 'e.' alias. 'e' command open files without args.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 07 Jan 2015 23:48:34 +0200
changeset 721 5605167fc4af
parent 720 c60d05657d5b
child 722 9bd7ce98c7ce
No longer needs in 'e.' alias. 'e' command open files without args.
.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"; }