summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-07-11 09:42:53 -0500
committerzachir <zachir@librem.one>2024-07-11 09:42:53 -0500
commitd0c37b0eb7f2e3343aa504a4fe4c4c38692293bc (patch)
tree4b545786b4073e538a9befed42d13c767f24b671 /zsh/.zshenv
parentf995945828966933168d9bffebab4f384a1855f4 (diff)
parentf2956712c043c592e1c52eedbd4a901e8bb7423f (diff)
Merge branch 'master' of zachir.xyz:zachir/dotfiles
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv1
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"