diff options
author | zachir <zachir@librem.one> | 2025-01-20 01:48:00 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-20 01:48:00 -0600 |
commit | 2c7f331ab107267cf36c8c8ccb371f0cc451717d (patch) | |
tree | 250ca143d9993c97545f830a38a6c0ac7136e6d9 /zsh/zshenv | |
parent | 0545082bcc4fe8b79a95acf9c16f9593d9511caf (diff) | |
parent | 461c7af7ef31feb1db7e39762011ca0e54242d76 (diff) |
Merge branch 'master' into cla
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" |