Change back to /bin/sh from /usr/bin/env sh
This commit is contained in:
parent
52f41ba6e7
commit
33d9dc616a
7 changed files with 71 additions and 23 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
sel="$(man -k . | rofi -dmenu -i -p "Man page:")"
|
||||
[ "$sel" = "" ] && exite # Exit on no selection
|
||||
sel="$(man -k . | fuzzel --dmenu -i -p "Man page:")"
|
||||
[ "$sel" = "" ] && exit # Exit on no selection
|
||||
|
||||
# Selection comes in the form of:
|
||||
# $program ($num) - $desc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue