feat: move various various tools to be managed with rtx

This commit is contained in:
2023-05-25 02:14:19 +01:00
parent fc33b59dc8
commit e1105afa0c
7 changed files with 26 additions and 36 deletions

View File

@@ -2,12 +2,6 @@
# Containers
#
# Docker
if command-exists docker; then
zinit light-mode wait lucid from'gh-r' as'program' mv'ctop-* -> ctop' \
for @bcicen/ctop
fi
docker_remove_exited() {
docker rm $(docker ps -f='status=exited' -q)
}