Skip to content

Commit

Permalink
fishでkubernetesのcontextとnamespaceを出すように
Browse files Browse the repository at this point in the history
  • Loading branch information
ik11235 committed Aug 9, 2024
1 parent df84312 commit 58bd1c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DOT_LINK_TARGET/config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 58bd1c5

Please sign in to comment.