mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
fix(shell): fix typos
This commit is contained in:
@@ -35,7 +35,7 @@ _setup-kubectx-completion() {
|
|||||||
local dir="$HOME/.local/share/mise/installs/kubectx/latest/completion"
|
local dir="$HOME/.local/share/mise/installs/kubectx/latest/completion"
|
||||||
local target="$ZSH_COMPLETIONS/_${cmd}"
|
local target="$ZSH_COMPLETIONS/_${cmd}"
|
||||||
|
|
||||||
if [ -f "$target" || ! -d "$dir" ]; then
|
if [[ -f "$target" || ! -d "$dir" ]]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user