docker-compose alias for podman
This commit is contained in:
parent
2b447ac3bc
commit
76f1a964ae
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
let
|
||||
myAliases = {
|
||||
ll = "ls -l";
|
||||
docker-compose = "podman-compose";
|
||||
fullClean = ''
|
||||
nix-collect-garbage --delete-old
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue