Skip to content

Instantly share code, notes, and snippets.

@rm--
Created July 7, 2023 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rm--/f1033eac6630345614578631792b4115 to your computer and use it in GitHub Desktop.
Save rm--/f1033eac6630345614578631792b4115 to your computer and use it in GitHub Desktop.
multiline heredoc
cat << EOF >> ~/.profile
alias k=kubectl
alias kc=kubectl
alias ll='ls -als'
alias pd='kubectl delete -k .'
alias po='kubectl get pods'
alias pw='kubectl get pods -w'
alias svc='kubectl get svc'
alias events='kubectl get events --watch'

EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment