diff options
author | ZachIR <zachir@librem.one> | 2025-01-18 23:47:05 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-18 23:47:05 -0600 |
commit | 82a17b9a41e8dca9feebaa19a925238ffce6ae20 (patch) | |
tree | bce76a803d02f2394f6d8449a8bce3466a646334 /zsh/zshenv | |
parent | bc1378323719269e011643da8ad46ca6ea93ca32 (diff) | |
parent | 461c7af7ef31feb1db7e39762011ca0e54242d76 (diff) |
Merge branch 'master' into car
Diffstat (limited to 'zsh/zshenv')
-rw-r--r-- | zsh/zshenv | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/zshenv b/zsh/zshenv new file mode 100644 index 0000000..df0371e --- /dev/null +++ b/zsh/zshenv @@ -0,0 +1,6 @@ +# ZSH SPECIFIC CONFIGS +unset HISTFILE +export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}" +export skip_global_compinit=1 +[ -f /etc/profile ] && . /etc/profile +[ -f "$XDG_CONFIG_HOME/sh/profile" ] && . "$XDG_CONFIG_HOME/sh/profile" |