# HG changeset patch # User Oleksandr Gavenko # Date 1348642272 -10800 # Node ID de7293aa414f72011be6d7adfd55392e18318791 # Parent c1c901ed4725c374302aced3f8687997925f0e8d Add alias for opening current directory in Emacs. diff -r c1c901ed4725 -r de7293aa414f .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"; }