mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-30 22:46:10 +02:00
fish: Add docker abbreviations
This commit is contained in:
parent
ae900bda97
commit
6db6521e7c
@ -78,6 +78,13 @@ if not set -q set_abbr
|
|||||||
abbr gt "git tag"
|
abbr gt "git tag"
|
||||||
abbr gts "git tag -s"
|
abbr gts "git tag -s"
|
||||||
|
|
||||||
|
abbr d "sudo docker"
|
||||||
|
abbr dc "sudo docker-compose"
|
||||||
|
abbr dcu "sudo docker-compose up"
|
||||||
|
abbr dcd "sudo docker-compose down"
|
||||||
|
abbr dcp "sudo docker-compose pull"
|
||||||
|
abbr dcl "sudo docker-compose logs"
|
||||||
|
|
||||||
abbr y "yarn"
|
abbr y "yarn"
|
||||||
abbr ya "yarn add"
|
abbr ya "yarn add"
|
||||||
abbr yar "yarn remove"
|
abbr yar "yarn remove"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user