From bed8fd45eda6788e315b5ee47e09fa9e7291b63c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 10 Oct 2013 17:10:33 +0100 Subject: zsh: Add alias to open the current directory in Emacs' dired --- zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index b60e3d81..c3b41372 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -312,6 +312,7 @@ alias wprop='xprop |awk '\'' alias et="emacsclient -t" alias magit='ec -e "(magit-status \"$PWD\")"' +alias dired='ec -e "(dired \"$PWD\")"' alias -g ...='../..' -- cgit 1.4.1