Skip to content

Commit

Permalink
Merge pull request #121 from croissong/fix/fish-rm-command
Browse files Browse the repository at this point in the history
fix(fish): fix 'rm' command unalias
  • Loading branch information
danielfoehrKn authored Apr 22, 2024
2 parents cbda1d9 + 31456c2 commit fe26432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/switcher/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function kubeswitch
set -l switchTmpDirectory "$HOME/.kube/.switch_tmp/config"
if test -n "$KUBECONFIG"; and string match -q "*$switchTmpDirectory*" -- "$KUBECONFIG"
\rm -f "$KUBECONFIG"
command rm -f "$KUBECONFIG"
end
set -gx KUBECONFIG "$KUBECONFIG_PATH"
Expand Down

0 comments on commit fe26432

Please sign in to comment.