all repos — nixfiles @ 7172c6e38f35d6e076dff3af84094c141f2203da

System and user configuration, managed by nix and home-manager

zsh: dired: take an optional dir argument

Alan Pearce
commit

7172c6e38f35d6e076dff3af84094c141f2203da

parent

e2f45f697ae4f1efc40ecb234679b33a7d99dc68

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-zsh/config/zsh/zshrctag-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 () {