zsh: dired: take an optional dir argument
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -288,7 +288,7 @@ emacsclient -e "(magit-status \"$PWD\")" > /dev/null } dired () { - emacsclient -e "(dired \"$PWD\")" > /dev/null + emacsclient -e "(dired \"${1:-$PWD}\")" > /dev/null } pid () {