We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0088229 commit 440f7c9Copy full SHA for 440f7c9
dotfiles/my/functions.zsh
@@ -20,12 +20,3 @@ function getMyIP()
20
local myip=$(ifconfig | grep 172 | awk '{print $2; exit}')
21
echo "$myip"
22
}
23
-
24
-# Functions for iTerm2 Status Bar (3.3+)
25
-function iterm2_print_user_vars() {
26
- if [ -x "$(command -v kubectl)" ]; then
27
- iterm2_set_user_var kubecontext $(kubectl config current-context 2> /dev/null || echo "None")
28
- # Offline mode
29
- #iterm2_set_user_var kubecontext cat ~/.kube/config | grep -i "current-context" | awk '{print $2}'
30
- fi
31
-}
0 commit comments