mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat: move various various tools to be managed with rtx
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user