summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-19 22:47:26 -0500
committerzachir <zachir@librem.one>2025-07-19 22:47:26 -0500
commiteda45cbbb4ef95e3000246dcdbbeb9fdef70a507 (patch)
treef8abd3556805420e3b1de555d1e96f218ba51549 /zsh/.zshenv
parente50adaa6c0c65d30c5c97c4d4b7da47385cc32fe (diff)
parent4b766c45c32489d47af59a9d9b43c92857e321e8 (diff)
Merge branch 'master' into cla
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv7
1 files changed, 7 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
new file mode 100644
index 0000000..3719ef4
--- /dev/null
+++ b/zsh/.zshenv
@@ -0,0 +1,7 @@
+# ZSH SPECIFIC CONFIGS
+unset HISTFILE
+export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
+export skip_global_compinit=1
+fpath=($XDG_CONFIG_HOME/functions $fpath)
+[ -f /etc/profile ] && . /etc/profile
+[ -f "$XDG_CONFIG_HOME/sh/profile" ] && . "$XDG_CONFIG_HOME/sh/profile"