tmux-plugins / tmux-urlview

Quickly open any url on your terminal window!
MIT License
262 stars 32 forks source link

Use $TMPDIR for temp directory #2

Closed laomaiweng closed 9 years ago

laomaiweng commented 9 years ago

The TMPDIR environment variable should be honored if set, as it may point to something other than /tmp (e.g. /tmp/.private/$(whoami) on my system). Fallback to /tmp if $TMPDIR is unset or empty.

jbnicolai commented 9 years ago

Thanks! :+1: