summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-06-06 21:14:56 -0500
committerzachir <zachir@librem.one>2024-06-06 21:14:56 -0500
commit0dc0fdfed34d9c8722651b7e057bfe14bb266862 (patch)
tree44b3505a2559507246a150b2d0f8064b19787621 /zsh
parent04cb03f85f093eb1ba33398708862e9a2e9e17b3 (diff)
parentf2956712c043c592e1c52eedbd4a901e8bb7423f (diff)
Merge remote-tracking branch 'origin/master' into cla
Diffstat (limited to 'zsh')
-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"