summaryrefslogtreecommitdiff
path: root/sh
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 /sh
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 'sh')
-rw-r--r--sh/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile b/sh/profile
index de79a65..b83d012 100644
--- a/sh/profile
+++ b/sh/profile
@@ -36,7 +36,7 @@ export NUGET_PACKAGES="$XDG_CACHE_HOME"/NuGetPackages
export RXVT_SOCKET="$XDG_RUNTIME_DIR"/urxvtd
export _JAVA_OPTIONS=-Djava.util.prefs.userRoot="$XDG_CONFIG_HOME"/java
export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/gtkrc
-export ZDOTDIR=$HOME/.config/zsh
+#export ZDOTDIR=$HOME/.config/zsh
export CARGO_HOME="$XDG_DATA_HOME"/cargo
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
export WEECHAT_HOME="$XDG_CONFIG_HOME"/weechat