X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/68d1e406d7389bd4944d2fb57f9eb5b323e1a31b..f8927ad93404f39d795802ed8f0b0d91b8217d75:/dot/zshrc diff --git a/dot/zshrc b/dot/zshrc index 29a2ed6..2bf2413 100644 --- 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,14 +123,17 @@ 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 setopt list_ambiguous setopt list_packed +setopt multios unsetopt nomatch unsetopt menu_complete setopt notify +setopt rc_expand_param setopt share_history ###--------------------------------------------------------------------------