Something something symlink Downloads to downloads
Comment on D or d come on
MooseBoys@lemmy.world 1 year agoEven worse, many components will ignore the XDG_DOWNLOAD_DIR
var so even if you manually change it to $HOME/downloads
(lower-case) it will often break things.
schnurrito@discuss.tchncs.de 1 year ago
MooseBoys@lemmy.world 1 year ago
Yeah but the main issue is that I don’t want there to be a
Downloads
directory in my home.
Number358@lemmy.world 1 year ago
ln -s ~/Downloads ~/downloads
paperplane@lemmy.world 1 year ago
This is all fun and games until you try moving a backup to a file system that’s case-insensitive
zlatko@programming.dev 1 year ago
Why not just
cd $XDG_DOWNLOAD_DIR
in the first place?joyjoy@lemm.ee 1 year ago
That’s not an environment variable. It’s defined in
$XDG_CONFIG_DIR/xdg-user.dirs
Synthead@lemmy.world 1 year ago
Keep filling those bugs and stop complaining on random forums, kids
FiskFisk33@startrek.website 11 months ago
Porque no los dos?