]> arthur.barton.de Git - ax-zsh.git/blob - plugins/googler/googler.zshrc
googler: Limit number of results depending on LINES available
[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 -n $((LINES/6))"