From 58bd1c5e98447956bbd96ad1025b53f421abe211 Mon Sep 17 00:00:00 2001 From: ik-fib Date: Fri, 9 Aug 2024 18:49:11 +0900 Subject: [PATCH] =?UTF-8?q?fish=E3=81=A7kubernetes=E3=81=AEcontext?= =?UTF-8?q?=E3=81=A8namespace=E3=82=92=E5=87=BA=E3=81=99=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOT_LINK_TARGET/config/fish/config.fish | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DOT_LINK_TARGET/config/fish/config.fish b/DOT_LINK_TARGET/config/fish/config.fish index 857a8e4..8ea8c50 100644 --- a/DOT_LINK_TARGET/config/fish/config.fish +++ b/DOT_LINK_TARGET/config/fish/config.fish @@ -81,3 +81,9 @@ end # fzf fzf --fish | source + +## kubernetesのcontextとnamespaceを出す +### https://zenn.dev/tawachan/scraps/2f6884e68fc489 +### TODO: 常に出るの邪魔なので管理系のディレクトリに入ったときだけonにしたい +set -g theme_display_k8s_context yes +set -g theme_display_k8s_namespace yes