all repos — archive/dotfiles @ 7172c6e38f35d6e076dff3af84094c141f2203da

Superseded by nixfiles

zsh: dired: take an optional dir argument
Alan Pearce alan@alanpearce.co.uk
Wed, 25 Jun 2014 14:25:19 +0100
commit

7172c6e38f35d6e076dff3af84094c141f2203da

parent

e2f45f697ae4f1efc40ecb234679b33a7d99dc68

1 files changed, 1 insertions(+), 1 deletions(-)

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 () {