mirror of
https://github.com/BretFisher/shpod.git
synced 2026-08-25 02:27:15 +00:00
✏️ Change default editor (for kubectl edit) to vim
This commit is contained in:
@@ -72,6 +72,7 @@ RUN echo 'alias k=kubectl' >> $HOME/.bash_completion \
|
||||
&& echo 'complete -F __start_kubectl k' >> $HOME/.bash_completion \
|
||||
&& echo '. $COMPLETIONS/kubectl.bash' >> $HOME/.bash_completion
|
||||
ENV \
|
||||
EDITOR="vim" \
|
||||
HOSTIP="0.0.0.0" \
|
||||
KUBE_PS1_PREFIX="" \
|
||||
KUBE_PS1_SUFFIX="" \
|
||||
|
||||
Reference in New Issue
Block a user