Testing new dps format

This commit is contained in:
iFargle 2023-12-26 12:43:55 +09:00
parent 4a08b4b580
commit 979cc3f981
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [x] Move DNS resolution for internal things to internal pihole server
* [ ] nixified.ai - https://github.com/nixified-ai/flake
* [ ] Try lazy.vim - [Link](https://www.lazyvim.org/)
* [ ] Security hardening
* [ ] Security hardening / scans / etc
* [ ] Edit the hosts file
## Forgejo

View file

@ -164,7 +164,7 @@
dc = "docker-compose";
de = "docker exec -it";
dl = "docker logs -f ";
dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}"'';
dps = ''docker ps --format "table [{{.ID}}] {{.Names}}\t{{.Status}}\t{{.State}}\t{{.Label \"type\"}}"'';
# bash / system
ls = "exa";