Gotta love them semicolons.
This commit is contained in:
parent
cbd840335e
commit
dd152e61f7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
||||||
lla = "lsd -la";
|
lla = "lsd -la";
|
||||||
|
|
||||||
# lazydocker --> lazypodman
|
# lazydocker --> lazypodman
|
||||||
lazypodman="sudo DOCKER_HOST=unix:///run/podman/podman.sock lazydocker"
|
lazypodman="sudo DOCKER_HOST=unix:///run/podman/podman.sock lazydocker";
|
||||||
|
|
||||||
# other
|
# other
|
||||||
df = "df -h";
|
df = "df -h";
|
||||||
|
|
Reference in a new issue