Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change default kube editor

#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 :: ping in cmd 
Shell :: install memcache di linux 
Shell :: install spotify on linux 
Shell :: wmv to mp4 ffmpeg 
Shell :: install imagick 
Shell :: ping madule for ansible 
Shell :: nvm install stable not found 
Shell :: node check installed modules 
Shell :: ngx-material-file-input 
Shell :: echo with color from bash 
Shell :: bash create folder in current directory 
Shell :: git flow init 
Shell :: a script that generates the assembly code of a c code and save it in an output file 
Shell :: windows laravel installer 
Shell :: git list all remote branches 
Shell :: bash vertical bar 
Shell :: pacman reinstall 
Shell :: linux make user like root 
Shell :: export import all vscode extensions 
Shell :: kali linux change keyboard layout 
Shell :: how to disable password for ssh sudo users only 
Shell :: github start ssh agent 
Shell :: ubuntu install elasticsearch terminal 
Shell :: kill screen sessions 
Shell :: git log show diff 
Shell :: install openvino 
Shell :: pterodactyl installer 
Shell :: how to exit root in linux 
Shell :: uninstall package with pip 
Shell :: compress folder ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =