all repos — archive/dotfiles @ bed8fd45eda6788e315b5ee47e09fa9e7291b63c

Superseded by nixfiles

zsh: Add alias to open the current directory in Emacs' dired
Alan Pearce alan@alanpearce.co.uk
Thu, 10 Oct 2013 17:10:33 +0100
commit

bed8fd45eda6788e315b5ee47e09fa9e7291b63c

parent

692c8fdc954ebe282f96ca63dcfe04e8fc651116

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M zsh/zshrczsh/zshrc
@@ -312,6 +312,7 @@ /^WM_WINDOW_ROLE/{sub(/.* =/, "role:"); print}'\''' 
 alias et="emacsclient -t"
 alias magit='ec -e "(magit-status \"$PWD\")"'
+alias dired='ec -e "(dired \"$PWD\")"'
 
 alias -g ...='../..'