]> arthur.barton.de Git - ax-zsh.git/commitdiff
googler: Show browser output by default
authorAlexander Barton <alex@barton.de>
Sun, 21 Mar 2021 16:37:12 +0000 (17:37 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 21 Mar 2021 16:40:56 +0000 (17:40 +0100)
plugins/googler/googler.zshrc

index 79427847e4e046dc259f07770b7d72ed81181f57..20e55940d5346bf088d4875e079b071a0b6534f5 100644 (file)
@@ -4,4 +4,4 @@
 # Make sure that "googler(1)" are installed
 (( $+commands[googler] )) || return
 
-alias g="googler -n $((LINES/6))"
+alias g="googler --show-browser-logs -n $((LINES/6))"