remove downloads on start

This commit is contained in:
Aaron Bieber 2021-02-09 07:46:55 -07:00
parent e17da763f7
commit 804410c2e1

View File

@ -1,6 +1,7 @@
#!/bin/sh
# Make ~/Downloads a temp dir
rm -rf ~/Downloads
DL_CACHE="/tmp/${USER}_downloads"
mkdir $DL_CACHE
ln -sf $DL_CACHE ${HOME}/Downloads