Skip to content

Commit

Permalink
misc(zsh): kubectl-toggle_ctx as outside dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jan 2, 2025
1 parent aa5a148 commit b2c50f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions bin/kubectl-toggle_ctx

This file was deleted.

2 changes: 1 addition & 1 deletion zsh/config.d/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export PYTHONSYSTEMPATH=$(which python3)
# NOTE; Utilities

function current_context () {
if test -f ~/.kubectl-hide-current-ctx; then
if test -f $XDG_CONFIG_HOME/kubectl-toggle-ctx/hide; then
return
fi

Expand Down

0 comments on commit b2c50f3

Please sign in to comment.