mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
4 lines
73 B
Fish
4 lines
73 B
Fish
function koff --description "Disable k8s prompt"
|
|
set -e SHOW_K8S
|
|
end
|