adding docker eshell commands
This commit is contained in:
parent
3c9e2e9d73
commit
83ef5217f3
2 changed files with 24 additions and 0 deletions
|
@ -4498,6 +4498,10 @@ Let's add our own eshell prompt. and set the password cache to a significantly h
|
|||
("ytd" "yt-dlp -o ~/Videos/%(title)s.%(ext)s $1")
|
||||
("nupg" "upgrade-nix")
|
||||
("nupd" "update-nix")
|
||||
("dup" "sudo docker compose up -d")
|
||||
("ddown" "sudo docker compose down")
|
||||
("dpull" "sudo docker compose pull")
|
||||
("dlogs" "sudo docker compose logs --follow")
|
||||
("ksb" "/home/chris/dev/kde/src/kdesrc-build/kdesrc-build")
|
||||
("ws" "rsync -avzP public/ chris@staff.tfcconnection.org:tfcconnection")
|
||||
("wttr" "curl wttr.in/@home.cochrun.xyz")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue