Skip to content

Commit

Permalink
doc: fix open last konf on new shell session
Browse files Browse the repository at this point in the history
The `konf --silent set -` call does not print to standard out, which sets the KUBECONFIG variable to an empty string.
  • Loading branch information
dennisstritzke authored and SimonTheLeg committed Oct 26, 2023
1 parent 8ad0336 commit 355ad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ A collection of optional settings to improve quality of life with konf. These ca
source <(konf completion zsh)

# Open last konf on new shell session
export KUBECONFIG=$(konf --silent set -)
konf --silent set -

# Alias
alias kctx="konf set"
Expand Down

0 comments on commit 355ad75

Please sign in to comment.