mirror of
https://github.com/zdharma-continuum/zinit-configs.git
synced 2025-01-31 04:08:16 +01:00
5 lines
132 B
Bash
5 lines
132 B
Bash
# DESC: Searches zshall with special keyword ($1) matching
|
|
|
|
PAGER="less -g -s '+/^ "$1"'" command man zshall
|
|
|
|
# vim:ft=zsh:et
|