fish: minikube and kubectl aliases

This commit is contained in:
Charles Gould 2022-01-12 11:20:53 -05:00
parent 6489653431
commit 6416c83747

View File

@ -46,8 +46,9 @@ if not set -q __universals_initialized
# Abbreviations # Abbreviations
abbr -a -U d 'docker' abbr -a -U d 'docker'
abbr -a -U e $EDITOR abbr -a -U e $EDITOR
abbr -a -U k 'kubectl'
abbr -a -U l 'less' abbr -a -U l 'less'
abbr -a -U m 'micro' abbr -a -U m 'minikube'
# Git abbreviations # Git abbreviations
abbr -a -U g 'git' abbr -a -U g 'git'