X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f911124e1032c16e0d26613f3338a501acf5d464..af8517d9155ef48619d10fc6e66cf0600f7d6ea6:/dot/zshrc diff --git a/dot/zshrc b/dot/zshrc index f6b205a..9cc436b 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -17,7 +17,7 @@ __mdw_set_prompt_hacks () { gitcolour=%F{cyan} rccolour=%F{red} uncolour=%f ;; esac - host=%m dir=" %(6~!%-1~/.../%5~!%~)" + host=%m dir=" %(6~!%-1~/.../%4~!%~)" more=%F{green}%_%f } @@ -83,6 +83,12 @@ bindkey -s "\eOp" "0" "\eOn" "."; bindkey "\eOM" accept-line bindkey "\ep" history-beginning-search-backward bindkey "\en" history-beginning-search-forward +bindkey "\e," _history-complete-older + +for i in '!' '$' '@' '/' '~'; do + bindkey "\e$i" _bash_complete-word + bindkey "^X$i" _bash_list-choices +done setopt interactive_comments bindkey "\e#" pound-insert @@ -141,7 +147,7 @@ unsetopt global_export setopt glob_star_short setopt hist_ignore_all_dups setopt hist_ignore_space -setopt ksh_glob +unsetopt ksh_glob setopt list_ambiguous setopt list_packed setopt multios @@ -151,6 +157,8 @@ setopt notify setopt rc_expand_param setopt share_history +hash -d t=$TMPDIR + ###-------------------------------------------------------------------------- ### Finishing touches.