summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rwxr-xr-xzsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index b60e3d8..c3b4137 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 ...='../..'