diff --git a/.bin/dexec_browser b/.bin/dexec_browser index b968726..4c684f7 100755 --- a/.bin/dexec_browser +++ b/.bin/dexec_browser @@ -89,7 +89,7 @@ Zalando" C=$(echo "$C" | sed 's/ /%20/g') case "${S}" in 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}"; ;; Crate*) URI="https://crates.io/search?q=${C}"; ;; Grep*) URI="https://grep.app/search?q=${C}"; ;; diff --git a/.gdbinit.d/init b/.gdbinit.d/init index bd1b399..a04bd4a 100644 --- a/.gdbinit.d/init +++ b/.gdbinit.d/init @@ -1,5 +1,7 @@ -dashboard -layout !assembly breakpoints !expressions !history !memory !registers threads stack variables source -dashboard source -style height 32 +dashboard -layout !assembly !breakpoints !expressions !history !memory !registers !threads stack source variables +dashboard source -style height 9 +dashboard stack -style limit 4 +dashboard stack -style compact True dashboard variables -style compact False dashboard -style compact_values dashboard -style dereference