mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-21 21:24:24 +00:00
Revert "Use * to indicate current context & current namespace"
This reverts commit dad48e5397
.
This commit is contained in:
parent
dad48e5397
commit
c23c2a9e29
2
kubectx
2
kubectx
@ -60,7 +60,7 @@ list_contexts() {
|
||||
|
||||
for c in $(get_contexts); do
|
||||
if [[ -t 1 && "${c}" = "${cur}" ]]; then
|
||||
echo "* ${darkbg}${yellow}${c}${normal}"
|
||||
echo "${darkbg}${yellow}${c}${normal}"
|
||||
else
|
||||
echo "${c}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user