]> arthur.barton.de Git - ax-zsh.git/blob - plugins/googler/googler.zshrc
googler: Show browser output by default
[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 g="googler --show-browser-logs -n $((LINES/6))"