X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=blobdiff_plain;f=dot-files%2F_zshrc;h=d74bba30b22225016ff0bda39ca09e745889097b;hp=d32ac3aecb22255774c4b7e7f2bd2519c118906e;hb=183b1755ab3e99d3ca6058cfb7a751a891640b08;hpb=91df32578e168317be20a47faee317ad189b645b 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}"