diff options
author | Alan Pearce | 2013-10-10 17:10:33 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-10 17:10:33 +0100 |
commit | bed8fd45eda6788e315b5ee47e09fa9e7291b63c (patch) | |
tree | 4f30d52c7b7e45d08ef7a4cf56db32138e9496eb /zsh | |
parent | 692c8fdc954ebe282f96ca63dcfe04e8fc651116 (diff) | |
download | nixfiles-bed8fd45eda6788e315b5ee47e09fa9e7291b63c.tar.lz nixfiles-bed8fd45eda6788e315b5ee47e09fa9e7291b63c.tar.zst nixfiles-bed8fd45eda6788e315b5ee47e09fa9e7291b63c.zip |
zsh: Add alias to open the current directory in Emacs' dired
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
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 ...='../..' |