Zshcd: fix

master
Pierre Neidhardt 2013-08-05 23:20:35 +02:00
parent a7e6ca035a
commit 853648de21
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ fi
## Prepend argument to zsh dirstack.
BUF="$(realpath "$1")
$(grep -v "$1" "$ZDIRS")"
$(grep -v "$(realpath "$1")" "$ZDIRS")"
echo "$BUF" > "$ZDIRS"
zsh