Added docker-prune alias
This commit is contained in:
parent
ecd25a0d44
commit
cf48709744
1 changed files with 6 additions and 0 deletions
|
@ -29,6 +29,12 @@ yi() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
docker-prune() {
|
||||||
|
docker image prune -a
|
||||||
|
docker volume prune
|
||||||
|
docker container prune
|
||||||
|
}
|
||||||
|
|
||||||
# search and remove packages with fzf
|
# search and remove packages with fzf
|
||||||
yr() {
|
yr() {
|
||||||
SELECTED_PKGS="$(yay -Qsq | fzf --header='Remove packages' -m --preview 'yay -Si {1}')"
|
SELECTED_PKGS="$(yay -Qsq | fzf --header='Remove packages' -m --preview 'yay -Si {1}')"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue