1 parent 4eb03dd commit 4cf8b00Copy full SHA for 4cf8b00
1 file changed
runes/bash/functions.bash
@@ -29,7 +29,9 @@ pdf() {
29
}
30
31
za() {
32
- __run_disown zathura "$1"
+ for p in "$@"; do
33
+ __run_disown zathura "$p"
34
+ done
35
36
37
alarm() {
0 commit comments