Update configs
This commit is contained in:
parent
34cb04dc6d
commit
a6e4ce98f0
3 changed files with 11 additions and 2 deletions
.config
|
@ -4,6 +4,10 @@
|
|||
set -a
|
||||
#. "/etc/profile"
|
||||
. "$HOME/.config/user-dirs.dirs"
|
||||
|
||||
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
export XDG_CACHE_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
|
||||
|
||||
. "$XDG_CONFIG_HOME/locale.conf"
|
||||
set +a
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue