sxmo_youtube: move history file to XDG_CACHE_HOME

This commit is contained in:
Anjandev Momi 2020-11-08 00:22:44 -05:00
parent a0c6e4c2e2
commit b56cd2b6cb

View file

@ -1,5 +1,5 @@
#!/usr/bin/env sh #!/usr/bin/env sh
HISTORY_FILE="$XDG_CONFIG_HOME"/sxmo/youtubehistory.tsv HISTORY_FILE="$XDG_CACHE_HOME"/sxmo/youtubehistory.tsv
NRESULTS=5 NRESULTS=5
AUDIOONLY=0 AUDIOONLY=0
@ -86,4 +86,4 @@ audio() {
searchmenu searchmenu
} }
$1 $1