mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
feat: adds compose abbreviation
This commit is contained in:
parent
cb468cbc4c
commit
a3271eeec0
1 changed files with 1 additions and 2 deletions
|
|
@ -232,10 +232,9 @@
|
|||
gc = "git clone";
|
||||
ga = "git add .";
|
||||
gcm = "git commit -m";
|
||||
gph = "git push -u origin main";
|
||||
g = "git";
|
||||
gp = "git pull";
|
||||
|
||||
compose = "docker compose";
|
||||
wiki = "wikit";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue