diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 19:51:10 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 19:51:10 +0900 |
| commit | 818ff6ad1be60d8d0d9de039306d1fc5c7189081 (patch) | |
| tree | 8334c53dfdda494589ff89a4be687937e32d6f2c /mac/.config/zsh | |
| parent | b5f4d63376025620ff0bde6e45d855c18c8a62b9 (diff) | |
modified zsh/plugins.zsh, modified zsh/plugins.zsh
Diffstat (limited to 'mac/.config/zsh')
| -rw-r--r-- | mac/.config/zsh/plugins.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mac/.config/zsh/plugins.zsh b/mac/.config/zsh/plugins.zsh index a9d17be..f1ef0a9 100644 --- a/mac/.config/zsh/plugins.zsh +++ b/mac/.config/zsh/plugins.zsh @@ -1,5 +1,9 @@ #!/bin/zsh +[[ "$XDG_SCRIPTS_HOME" == "$HOME/.local/bin" ]] || return +[[ "$ZDOTDIR" == "$HOME/.config/zsh" ]] || return +[[ "$ZPLUGINDIR" == "$XDG_SCRIPTS_HOME/zsh" ]] || return + ### --- Plugins --- ### plugins=( "Aloxaf/fzf-tab" |
