]> arthur.barton.de Git - ax-zsh.git/blob - plugins/googler/googler.zshrc
4bff6b5c970edfb67f7e40e6a67f57a3ed9b8bde
[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))"