X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=blobdiff_plain;f=dot-files%2F_zshrc;h=a7feb9edc66c527275ee018645390d8ebbc50a31;hp=8c8bbe333bd8251d3ed664e8dc6d7cea018e0e50;hb=941d340f1c073940c57536e30b3290ed35e9dec2;hpb=73963a84b34419fbff390869de9b7864fc731d87 diff --git a/dot-files/_zshrc b/dot-files/_zshrc index 8c8bbe3..a7feb9e 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -246,6 +246,7 @@ function lv() { lv_cmd=("more") else echo >&2 "$0: no pager commands are found" + return 1 fi command "${lv_cmd[@]}" "$@"