Files
configs/home/bash-config/rc.functions
2025-12-07 23:22:48 +00:00

4 lines
44 B
Plaintext

rmf() {
fzf -m | xargs -0 -I {} rm {}
}