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 7839277..34ddcf5 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.