From: PHO Date: Fri, 22 Apr 2016 05:33:44 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=183b1755ab3e99d3ca6058cfb7a751a891640b08 Auto commit by The Sugar System. --- diff --git a/dot-files/_zshrc b/dot-files/_zshrc index d32ac3a..d74bba3 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -217,7 +217,7 @@ if [[ -r "$HOME/sandbox/_misc/z/z.sh" ]]; then selected=$(_z -r 2>&1 | \ "${tac_cmd[@]}" | \ percol --query "$LBUFFER" | \ - sed -E 's/[^[:space:]]+[[:space:]]+//') + sed -r 's/[^[:space:]]+[[:space:]]+//') if [[ $? -eq 0 ]]; then cd "${selected}"