fixed plugins loading when not installed bug
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -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' '[0m')"
|
||||
export LESS_TERMCAP_us="$(printf '%b' '[1;32m')"
|
||||
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user