Add alias for opening current directory in Emacs.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 26 Sep 2012 09:51:12 +0300
changeset 565 de7293aa414f
parent 555 c1c901ed4725
child 566 4c8b7a98a285
Add alias for opening current directory in Emacs.
.bashrc
--- 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"; }