Update dotfiles/.profile, dotfiles/.local/share/chezmoi/home/private_dot_config/shell/profile
This commit is contained in:
parent
5e6e467f19
commit
e661cd73c6
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# shellcheck disable=SC1090,SC1091
|
||||
|
||||
# Aliases / Functions / Exports
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
if [ -f "$XDG_CONFIG_HOME/shell/exports" ]; then
|
||||
. "$XDG_CONFIG_HOME/shell/exports"
|
||||
fi
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# shellcheck disable=SC1090,SC1091
|
||||
|
||||
# Aliases / Functions / Exports
|
||||
if [ -f "$HOME/.config/shell/exports" ]; then
|
||||
|
||||
if [ -f "$XDG_CONFIG_HOME/shell/exports" ]; then
|
||||
. "$XDG_CONFIG_HOME/shell/exports"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue