Remove docker-prune alias (docker system prune -a)

This commit is contained in:
Marko Korhonen 2020-04-14 12:40:57 +03:00
parent ed88870721
commit 4a98946417
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -29,12 +29,6 @@ yi() {
fi
}
docker-prune() {
docker image prune -a
docker volume prune
docker container prune
}
# search and remove packages with fzf
yr() {
SELECTED_PKGS="$(yay -Qsq | fzf --header='Remove packages' -m --preview 'yay -Si {1}')"