.bashrc
changeset 721 5605167fc4af
parent 719 862438e74410
child 742 29c4dc2a482d
--- 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"; }