X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/3fa9aa2502686aa90b4d55a1a980eca00f4cc5c1..5edd6d49dfa38fc4c93781b3ab9ec26c51cc9d86:/dot/zshrc diff --git a/dot/zshrc b/dot/zshrc index bf32bf9..34ddcf5 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -141,7 +141,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 +151,8 @@ setopt notify setopt rc_expand_param setopt share_history +hash -d t=$TMPDIR + ###-------------------------------------------------------------------------- ### Finishing touches.