Change path to use mktemp

Path now uses mktemp instead of timestamp
This commit is contained in:
Zach-Button 2015-04-21 16:12:05 -06:00
parent 5359463d79
commit 049955dfd5

View File

@ -5,7 +5,7 @@
# :bind gf spawn --userscript qutebrowser_viewsource
#
path=/tmp/qutebrowser-src_$(date "+%s")
path=/tmp/qutebrowser_$(mktemp XXXXXXXX).html
curl "$QUTE_URL" > $path
urxvt -e vim "$path"