From 95cf880b102db6b76dab7a271d96b855ed1f1b72 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 2 Apr 2021 20:33:57 +0200 Subject: [PATCH] googler: Use "g0" alias to not clash with OhMyZsh "g" alias for "git" --- plugins/googler/googler.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))" -- 2.39.2