Logo
Explore Help
Sign In
dusk/ark
1
0
Fork 0
You've already forked ark
Code Issues Pull Requests Projects Releases Wiki Activity
ark/profiles/develop/zsh/functions/rg

7 lines
130 B
Plaintext
Raw Normal View History

develop#zsh: send configuration.nix configurations COPYING flake.lock flake.nix lib local pkgs profiles README.md secrets users output to PAGER
2019-12-18 00:00:44 -07:00
# pipe rg into PAGER with colors
develop#zsh: factor out functions into files Upgrade the `rg` function to only pipe to `PAGER` when output is a terminal.
2019-12-15 20:54:11 -07:00
if [[ -t 1 && -n $PAGER ]]; then
@ripgrep@/bin/rg -p $@ | $PAGER
else
@ripgrep@/bin/rg $@
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 65ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API