Gollum to Programmer Humor@programming.dev • 2 years agoD or d come oni.imgur.comimagemessage-square220fedilinkarrow-up11.3Karrow-down145 cross-posted to: programmerhumor@lemmy.ml
arrow-up11.26Karrow-down1imageD or d come oni.imgur.comGollum to Programmer Humor@programming.dev • 2 years agomessage-square220fedilink cross-posted to: programmerhumor@lemmy.ml
minus-square@zlatko@programming.devlinkfedilink3•2 years agoWhy not just cd $XDG_DOWNLOAD_DIR in the first place?
minus-squareunalivejoylinkfedilinkEnglish3•edit-21 year agoThat’s not an environment variable. It’s defined in ${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs. Though you can use the xdg-user-dir DOWNLOAD command to get it automatically.
Why not just
cd $XDG_DOWNLOAD_DIR
in the first place?That’s not an environment variable. It’s defined in
${XDG_CONFIG_HOME:-$HOME/.config}/user-dirs.dirs
.Though you can use the
xdg-user-dir DOWNLOAD
command to get it automatically.