add xdg config

This commit is contained in:
randomuser 2022-06-26 19:01:20 -05:00
parent 056f0f4857
commit f96930a2bd
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ export LESSHISTFILE="-"
# remind
export DOTREMINDERS="$HOME/git/calendar/reminders"
# XDG config
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
# source the bashrc(s)
[ -f $HOME/.config/bash/bashrc ] && . $HOME/.config/bash/bashrc
[ -f $HOME/.bashrc ] && . $HOME/.bashrc