diff options
-rwxr-xr-x | gist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -367,7 +367,7 @@ _grep_content() { | |||
367 | grep --color=always -EHi -m1 "$1" * 2>/dev/null | head -1 | 367 | grep --color=always -EHi -m1 "$1" * 2>/dev/null | head -1 |
368 | }) | 368 | }) |
369 | 369 | ||
370 | [[ -n $result ]] && hint=false mark="$index " _print_records && sed -e 's/^/ /' <<<"$result" | 370 | [[ -n $result ]] && cd - >/dev/null && hint=false mark="$index " _print_records && sed -e 's/^/ /' <<<"$result" |
371 | fi | 371 | fi |
372 | done | 372 | done |
373 | } | 373 | } |