File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ brew install kube-fzf
2525### Manual
2626
2727```
28- git clone https://github.com/bmouser /kube-fzf.git ~/.kube-fzf
28+ git clone https://github.com/thecasualcoder /kube-fzf.git ~/.kube-fzf
2929./install.sh
3030```
3131
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ _kube_fzf_handler() {
103103 if [ " $func " = " execpod" ] || [ " $func " = " pfpod" ]; then
104104 if [ $# -eq 1 ]; then
105105 cmd=$1
106- [ -z " $cmd " ] && cmd=" bash "
106+ [ -z " $cmd " ] && cmd=" $SHELL "
107107 elif [ $# -eq 2 ]; then
108108 pod_query=$1
109109 cmd=$2
@@ -117,7 +117,7 @@ _kube_fzf_handler() {
117117 else
118118 if [ -z " $cmd " ]; then
119119 if [ " $func " = " execpod" ]; then
120- cmd=" bash "
120+ cmd=" $SHELL "
121121 elif [ " $func " = " pfpod" ]; then
122122 echo " Port required." && _kube_fzf_usage " $func " && return 1
123123 fi
You can’t perform that action at this time.
0 commit comments