fixed plugins loading when not installed bug

This commit is contained in:
venus
2026-06-26 14:12:52 -05:00
parent 57c436f9b7
commit f17e3d05ef
5 changed files with 285 additions and 160 deletions

7
.zshrc
View File

@@ -48,6 +48,9 @@ export PARALLEL_HOME="$XDG_CONFIG_HOME/parallel"
export FFMPEG_DATADIR="$XDG_CONFIG_HOME/ffmpeg"
export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
export DATE=$(date "+%A, %B %e %_I:%M%P")
export DOTNET_ROOT=$HOME/.dotnet
export DOTNET_ROLL_FORWARD="Major"
export FZF_DEFAULT_OPTS="--style minimal --color 16 --layout=reverse --height 30% --preview='bat -p --color=always {}'"
export FZF_CTRL_R_OPTS="--style minimal --color 16 --info inline --no-sort --no-preview" # separate opts for history widget
@@ -63,6 +66,9 @@ export LESS_TERMCAP_se="$(printf '%b' '')"
export LESS_TERMCAP_us="$(printf '%b' '')"
export LESS_TERMCAP_ue="$(printf '%b' '')"
# API keys
export GEMINI_API_KEY="AQ.Ab8RN6LlebOIv-3VmV_8cbofM-L6dOI6SwSgNNDEAiqeUWCokg"
# Created by `pipx` on 2026-03-26 01:09:22
# add custom elements to path
@@ -72,6 +78,7 @@ export PATH="$PATH:$HOME/.local/share/cargo/bin/"
export PATH="$PATH:$HOME/.local/share/cargo/bin/"
export PATH="$PATH:$HOME/.luarocks/bin/"
export PATH="$PATH:$GOBIN"
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
# Remove the default of run-help being aliased to man
unalias run-help 2>/dev/null