Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change default kube editor nano

#To set Visual Studio Code as a default editor.
export KUBE_EDITOR='open -a "Visual Studio Code" --wait'

#To set Sublime Text as a default editor.
export KUBE_EDITOR='open -a "Sublime Text" --wait'

#To set Atom as a default editor.
export KUBE_EDITOR='open -a "Atom" --wait'

export KUBE_EDITOR="nano"
Comment

PREVIOUS NEXT
Code Example
Shell :: linux install sass 
Shell :: push all branches to remote 
Shell :: edit grub file 
Shell :: install adonisjs 
Shell :: installing git in ec2 
Shell :: install ssl ubuntu 
Shell :: ssh keygen 
Shell :: bash alias function that accepts arguments 
Shell :: yum install node version 12 
Shell :: delete all containers created x hours ago 
Shell :: upload folder to gitlab 
Shell :: docker command not available in ubuntu wsl 
Shell :: install aws cli on ubuntu 
Shell :: laravel download 
Shell :: how to switch php versions 
Shell :: git error push declined due to email privacy restrictions 
Shell :: Failed at the sharp@0.16.2 install script 
Shell :: git commit changes to different branch 
Shell :: get vscode extensions with ps1 
Shell :: linux adb 
Shell :: disable ssh login only keys 
Shell :: how to install graphviz jupyter 
Shell :: how to mount a hard drive in ubuntu 
Shell :: how to open current terminal directory in file explorer 
Shell :: install apache benchmark 
Shell :: install openvino ubuntu 
Shell :: centos web panel install 
Shell :: apt install xfce 
Shell :: sudo snap linux store 
Shell :: tar compress 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =