zsh: Add alias to open the current directory in Emacs' dired
bed8fd45eda6788e315b5ee47e09fa9e7291b63c
692c8fdc954ebe282f96ca63dcfe04e8fc651116
@@ -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 ...='../..'