diff options
author | zachir <zachir@librem.one> | 2024-07-11 09:42:53 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-07-11 09:42:53 -0500 |
commit | d0c37b0eb7f2e3343aa504a4fe4c4c38692293bc (patch) | |
tree | 4b545786b4073e538a9befed42d13c767f24b671 /zsh | |
parent | f995945828966933168d9bffebab4f384a1855f4 (diff) | |
parent | f2956712c043c592e1c52eedbd4a901e8bb7423f (diff) |
Merge branch 'master' of zachir.xyz:zachir/dotfiles
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index b8c9d48..f02f83a 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -1,4 +1,5 @@ # ZSH SPECIFIC CONFIGS unset HISTFILE export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" +[ -f /etc/profile ] && . /etc/profile [ -f "$XDG_CONFIG_HOME/sh/profile" ] && . "$XDG_CONFIG_HOME/sh/profile" |