dot/zshrc: Interpret `**' to cover files too, where sensible.
[profile] / dot / zshrc
index 3cf00dc..2bf2413 100644 (file)
--- a/dot/zshrc
+++ b/dot/zshrc
@@ -18,6 +18,7 @@ __mdw_set_prompt_hacks () {
       ;;
   esac
   host=%m dir=" %(6~!%-1~/.../%5~!%~)"
+  more=%F{green}%_%f
 }
 
 if [ -t 0 ]; then
@@ -122,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