]> arthur.barton.de Git - ax-zsh.git/blob - plugins/googler/googler.zshrc
Correctly test XDG_CACHE_HOME for writability for "stamp files"
[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))"