summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-03-23 18:11:04 -0500
committerzachir <zachir@librem.one>2024-03-23 18:17:33 -0500
commit7a250319aaa6ca612b8c30f362b6855ae43e410c (patch)
tree80172bd78058ae64af666c1752f4b55aac0a5cb2 /zsh
parentd2bf0ad637eaa5dd472f0c4d173e03d4b2a2c47f (diff)
Fix sh not loading xdg user dirs
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 286e11a..1740c82 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,3 +1,4 @@
# ZSH SPECIFIC CONFIGS
unset HISTFILE
+[ -f "$HOME/.profile" ] && . "$HOME/.profile"
export ZDOTDIR=$HOME/.config/zsh