From: Mark Wooding Date: Fri, 11 May 2018 19:17:20 +0000 (+0100) Subject: dot/zshrc: Interpret `**' to cover files too, where sensible. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/f8927ad93404f39d795802ed8f0b0d91b8217d75?ds=sidebyside dot/zshrc: Interpret `**' to cover files too, where sensible. --- diff --git a/dot/zshrc b/dot/zshrc index 4054803..2bf2413 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -123,6 +123,7 @@ unsetopt bash_auto_list unsetopt beep setopt extendedglob unsetopt flow_control +setopt glob_star_short setopt hist_ignore_all_dups setopt hist_ignore_space setopt ksh_glob