]> arthur.barton.de Git - ax-zsh.git/commitdiff
googler: Use "g0" alias to not clash with OhMyZsh "g" alias for "git"
authorAlexander Barton <alex@barton.de>
Fri, 2 Apr 2021 18:33:57 +0000 (20:33 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 2 Apr 2021 18:33:57 +0000 (20:33 +0200)
plugins/googler/googler.zshrc

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