added abbrevations for docker system

This commit is contained in:
aminnairi
2024-01-09 11:11:00 +01:00
parent a36041f026
commit 2651f752cd
@@ -52,3 +52,9 @@ abbr --add dcud "docker container update"
abbr --add dcup "docker container unpause" abbr --add dcup "docker container unpause"
abbr --add dcw "docker container wait" abbr --add dcw "docker container wait"
# Abbrevations for "docker system"
abbr --add dstdf "docker system df"
abbr --add dstevt "docker system events"
abbr --add dstif "docker system info"
abbr --add dstpn "docker system prune"