X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/cba93353b8c3eafce56e7012788e6a3c7549b0c6..f8927ad93404f39d795802ed8f0b0d91b8217d75:/dot/zshrc diff --git a/dot/zshrc b/dot/zshrc index 8af418a..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,22 +123,19 @@ 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 -zshaddhistory () { - case "$1" in - " "*) return 2 ;; - *) return 0 ;; - esac -} - ###-------------------------------------------------------------------------- ### Finishing touches.