chiark / gitweb /
dot/zshrc: Export the temporary directory as `~t'.
[profile] / dot / zshrc
index bf32bf93e2f5a36ecee012a22ff3af385084204f..34ddcf58c2fb4b9b61660bf655d6027d06b6b6db 100644 (file)
--- 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.