From: Alexander Barton Date: Fri, 2 Apr 2021 18:33:57 +0000 (+0200) Subject: googler: Use "g0" alias to not clash with OhMyZsh "g" alias for "git" X-Git-Url: https://arthur.ath.cx/gitweb/?a=commitdiff_plain;h=95cf880b102db6b76dab7a271d96b855ed1f1b72;p=ax-zsh.git googler: Use "g0" alias to not clash with OhMyZsh "g" alias for "git" --- diff --git a/plugins/googler/googler.zshrc b/plugins/googler/googler.zshrc index 20e5594..4bff6b5 100644 --- a/plugins/googler/googler.zshrc +++ b/plugins/googler/googler.zshrc @@ -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))"