Set download dir to $HOME/tmp/
This commit is contained in:
parent
1f08f253d9
commit
50ed160d5e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
# absolute path. No other format is supported.
|
||||
#
|
||||
XDG_DESKTOP_DIR="$HOME/"
|
||||
XDG_DOWNLOAD_DIR="$HOME/"
|
||||
XDG_DOWNLOAD_DIR="$HOME/tmp/"
|
||||
XDG_TEMPLATES_DIR="$HOME/"
|
||||
XDG_PUBLICSHARE_DIR="$HOME/share/"
|
||||
XDG_DOCUMENTS_DIR="$HOME/"
|
||||
|
|
Loading…
Reference in a new issue