diff options
author | ZachIR <zachir@librem.one> | 2025-01-18 23:39:25 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-01-18 23:45:39 -0600 |
commit | 44fbfc95f779e5d6bbdaaf250ada4dfcdae5cb2a (patch) | |
tree | e2fb9b34f28d7833213f90efcae7f81e5ccb2cf2 /zsh/zshenv | |
parent | 2b9df77bbc5fa85f94b15b043c659168a606d1db (diff) |
Cleanup zsh configs + add zplug
Just a couple plugins for syntax highlighting and history searching,
removing a bunch of old unused files, and changing to just accept the
standard of using dotfiles in the home directory.
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" |