Skip to content

Commit 4cf8b00

Browse files
committed
oboro => [functions.bash]
1 parent 4eb03dd commit 4cf8b00

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runes/bash/functions.bash

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ pdf() {
2929
}
3030

3131
za() {
32-
__run_disown zathura "$1"
32+
for p in "$@"; do
33+
__run_disown zathura "$p"
34+
done
3335
}
3436

3537
alarm() {

0 commit comments

Comments
 (0)