Update 2024-01-20 14:42 OpenBSD/amd64-x13
This commit is contained in:
parent
2900351f47
commit
69a3035e2d
@ -89,7 +89,7 @@ Zalando"
|
|||||||
C=$(echo "$C" | sed 's/ /%20/g')
|
C=$(echo "$C" | sed 's/ /%20/g')
|
||||||
case "${S}" in
|
case "${S}" in
|
||||||
OPEN*) URI="${C}"; ;;
|
OPEN*) URI="${C}"; ;;
|
||||||
Amazon*) URI="https://www.amazon.de/s?k=${C}"; ;;
|
Amazon*) URI="https://www.amazon.de/s?k=${C}&rh=p_n_enc-merchantbin%3AA3JWKAKR8XB7XF"; ;;
|
||||||
CPAN*) URI="https://metacpan.org/search?q=${C}"; ;;
|
CPAN*) URI="https://metacpan.org/search?q=${C}"; ;;
|
||||||
Crate*) URI="https://crates.io/search?q=${C}"; ;;
|
Crate*) URI="https://crates.io/search?q=${C}"; ;;
|
||||||
Grep*) URI="https://grep.app/search?q=${C}"; ;;
|
Grep*) URI="https://grep.app/search?q=${C}"; ;;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
dashboard -layout !assembly breakpoints !expressions !history !memory !registers threads stack variables source
|
dashboard -layout !assembly !breakpoints !expressions !history !memory !registers !threads stack source variables
|
||||||
dashboard source -style height 32
|
dashboard source -style height 9
|
||||||
|
dashboard stack -style limit 4
|
||||||
|
dashboard stack -style compact True
|
||||||
dashboard variables -style compact False
|
dashboard variables -style compact False
|
||||||
dashboard -style compact_values
|
dashboard -style compact_values
|
||||||
dashboard -style dereference
|
dashboard -style dereference
|
||||||
|
Loading…
Reference in New Issue
Block a user