diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-08-23 09:28:12 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-08-23 09:28:12 +0200 |
| commit | ef4b898ce59bd09700e15048951dd8981bfef851 (patch) | |
| tree | f0f6f387ea2c0f911c7a158090e749a01b921ab1 /.config/user-dirs.dirs | |
| parent | 7720a9fc9838b48589894b5e4b7c4cf2479e304b (diff) | |
| download | dotfiles-ef4b898ce59bd09700e15048951dd8981bfef851.tar.gz dotfiles-ef4b898ce59bd09700e15048951dd8981bfef851.zip | |
Tidying up my bashrc
Moved XDG variable into the proper user-dirs.dirs file, and ensured that
the RVM lines are on the end.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.config/user-dirs.dirs')
| -rw-r--r-- | .config/user-dirs.dirs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/user-dirs.dirs b/.config/user-dirs.dirs index d396454..fcf544f 100644 --- a/.config/user-dirs.dirs +++ b/.config/user-dirs.dirs @@ -5,4 +5,5 @@ XDG_MUSIC_DIR="/home/backup/Music" XDG_PICTURES_DIR="$HOME/doc/imatges" XDG_PUBLICSHARE_DIR="$HOME" XDG_TEMPLATES_DIR="$HOME/doc/Templates" -XDG_VIDEOS_DIR="$HOME/doc/vídeos"
\ No newline at end of file +XDG_VIDEOS_DIR="$HOME/doc/vídeos" +XDG_CONFIG_HOME="$HOME/.config" |
