summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-01-18 23:39:25 -0600
committerZachIR <zachir@librem.one>2025-01-18 23:45:39 -0600
commit44fbfc95f779e5d6bbdaaf250ada4dfcdae5cb2a (patch)
treee2fb9b34f28d7833213f90efcae7f81e5ccb2cf2 /zsh/.zshenv
parent2b9df77bbc5fa85f94b15b043c659168a606d1db (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/.zshenv5
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
deleted file mode 100644
index f02f83a..0000000
--- a/zsh/.zshenv
+++ /dev/null
@@ -1,5 +0,0 @@
-# ZSH SPECIFIC CONFIGS
-unset HISTFILE
-export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
-[ -f /etc/profile ] && . /etc/profile
-[ -f "$XDG_CONFIG_HOME/sh/profile" ] && . "$XDG_CONFIG_HOME/sh/profile"