chiark / gitweb /
dot/zshrc: Export the temporary directory as `~t'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 26 Jun 2018 19:29:54 +0000 (20:29 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 Jun 2018 19:30:06 +0000 (20:30 +0100)
dot/zshrc

index 7839277865c425d2b67891e0370fa5a8d7e93919..34ddcf58c2fb4b9b61660bf655d6027d06b6b6db 100644 (file)
--- a/dot/zshrc
+++ b/dot/zshrc
@@ -151,6 +151,8 @@ setopt notify
 setopt rc_expand_param
 setopt share_history
 
+hash -d t=$TMPDIR
+
 ###--------------------------------------------------------------------------
 ### Finishing touches.