Skip to content

Commit 5c9b43a

Browse files
author
Greg Fitzgerald
committed
Fix bash path for BSD's
1 parent d77b344 commit 5c9b43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buku_run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
_rofi () {
44
rofi -dmenu -i -no-levenshtein-sort -width 1000 "$@"

0 commit comments

Comments
 (0)