dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 1073ea7491f0c80c8e9ab103c0ad34c745bc23e4
parent 9db6bef02f75b6bdc06781e9fb865e1965593651
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sat, 23 Sep 2023 11:57:43 -0500

Update user-dirs

Diffstat:
M.config/user-dirs.dirs | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs @@ -1,8 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# XDG_DOWNLOAD_DIR="$HOME/dl" XDG_DOCUMENTS_DIR="$HOME/dox" XDG_PICTURES_DIR="$HOME/pix" XDG_VIDEOS_DIR="$HOME/vids" XDG_MUSIC_DIR="$HOME/music" XDG_DESKTOP_DIR="$HOME/" -XDG_TEMPLATES_DIR="$HOME/templates" -XDG_PUBLICSHARE_DIR="$HOME/public" +XDG_TEMPLATES_DIR="$HOME/Templates" +XDG_PUBLICSHARE_DIR="$HOME/Public"