diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-07-03 10:06:49 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-07-03 10:06:49 -0400 |
| commit | 4dd4959ebd8f494eb0510cafc4df73c56c98a5fc (patch) | |
| tree | 1dc2c538eeceae7f7df9bd20bde3e60082137b5f /.config/directories | |
| parent | 1cb3d43726f7d4b89e1e6866b195f1a9e174c9ee (diff) | |
| download | eibhear-4dd4959ebd8f494eb0510cafc4df73c56c98a5fc.tar.gz eibhear-4dd4959ebd8f494eb0510cafc4df73c56c98a5fc.tar.zst eibhear-4dd4959ebd8f494eb0510cafc4df73c56c98a5fc.zip | |
fix #743
Diffstat (limited to '.config/directories')
| -rw-r--r-- | .config/directories | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/directories b/.config/directories index 250a3b7..29e228f 100644 --- a/.config/directories +++ b/.config/directories @@ -1,11 +1,11 @@ # You can add comments to these files with # -d ~/Documents -D ~/Downloads -h ${XDG_CONFIG_HOME:-~/} -m ~/Music +d ~/Documents +D ~/Downloads +h ${HOME:-~/} +m ~/Music pp ~/Pictures vv ~/Videos cf ${XDG_CONFIG_HOME:-$HOME/.config} -cac ${XDG_CACHE_HOME:-$HOME/.cache} +cac ${XDG_CACHE_HOME:-$HOME/.cache} mn /mnt sc ~/.local/bin |
