fish: nerdctl and podman aliases

This commit is contained in:
Charles Gould 2022-04-17 21:26:37 -04:00
parent 68da070adb
commit 30abab885f

View File

@ -63,6 +63,8 @@ if not set -q __universals_initialized
abbr -a -U k 'kubectl'
abbr -a -U l 'less'
abbr -a -U m 'minikube'
abbr -a -U n 'nerdctl'
abbr -a -U p 'podman'
# Git abbreviations
abbr -a -U g 'git'