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() {
|
o() {
|
||||||
u="$(grep "^${s}=" "${f}" | cut -d= -f2-)"
|
u="$(grep "^${s}=" "${f}" | cut -d= -f2-)"
|
||||||
[ "${u}" ] || eno "Bookmark not found"
|
[ "${u}" ] || eno "Bookmark not found"
|
||||||
case "${u}" in
|
case "${u}" in *"search"* | *"wiki"* | *"packages"*)
|
||||||
*"search"* | *"wiki"* | *"packages"*)
|
q="$(pr "" | d "0" "Search")"; u="${u}${q}" ;;
|
||||||
q="$(pr "" | d "0" "Search")"
|
|
||||||
u="${u}${q}"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
"${BROWSER}" "${u}" || eno "Failed to open: ${u}"
|
"${BROWSER}" "${u}" || eno "Failed to open: ${u}"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user