mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Decrease lines
This commit is contained in:
parent
7d74a86a6b
commit
635ac64a8a
@ -55,11 +55,8 @@ eb() {
|
||||
o() {
|
||||
u="$(grep "^${s}=" "${f}" | cut -d= -f2-)"
|
||||
[ "${u}" ] || eno "Bookmark not found"
|
||||
case "${u}" in
|
||||
*"search"* | *"wiki"* | *"packages"*)
|
||||
q="$(pr "" | d "0" "Search")"
|
||||
u="${u}${q}"
|
||||
;;
|
||||
case "${u}" in *"search"* | *"wiki"* | *"packages"*)
|
||||
q="$(pr "" | d "0" "Search")"; u="${u}${q}" ;;
|
||||
esac
|
||||
"${BROWSER}" "${u}" || eno "Failed to open: ${u}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user