Change path to use mktemp
Path now uses mktemp instead of timestamp
This commit is contained in:
parent
5359463d79
commit
049955dfd5
@ -5,7 +5,7 @@
|
|||||||
# :bind gf spawn --userscript qutebrowser_viewsource
|
# :bind gf spawn --userscript qutebrowser_viewsource
|
||||||
#
|
#
|
||||||
|
|
||||||
path=/tmp/qutebrowser-src_$(date "+%s")
|
path=/tmp/qutebrowser_$(mktemp XXXXXXXX).html
|
||||||
|
|
||||||
curl "$QUTE_URL" > $path
|
curl "$QUTE_URL" > $path
|
||||||
urxvt -e vim "$path"
|
urxvt -e vim "$path"
|
||||||
|
Loading…
Reference in New Issue
Block a user