]> arthur.ath.cx Git - ax-zsh.git/blob - plugins/googler/googler.zshrc
googler: Use "g0" alias to not clash with OhMyZsh "g" alias for "git"
[ax-zsh.git] / plugins / googler / googler.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # googler.zshrc: Setup googler(1)
3
4 # Make sure that "googler(1)" are installed
5 (( $+commands[googler] )) || return
6
7 alias g0="googler --show-browser-logs -n $((LINES/6))"