mirror of
https://github.com/Jguer/yay
synced 2024-10-31 04:12:51 +00:00
Add less not always paging to the faq
This commit is contained in:
parent
a71784684c
commit
63509365c1
1 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,12 @@ Currently yay Depends on:
|
||||||
* Yay does not display colored output. How do I fix it?
|
* Yay does not display colored output. How do I fix it?
|
||||||
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
|
Make sure you have the `Color` option in your `/etc/pacman.conf` [#123](https://github.com/Jguer/yay/issues/123)
|
||||||
|
|
||||||
|
* Sometimes diffs are printed to the terminal and other times they are pages
|
||||||
|
via less. How do I fix this?
|
||||||
|
Yay uses `git diff` to display diffs, by default git tells less to not page
|
||||||
|
if the output can fit one terminal length. This can be overridden by
|
||||||
|
exporting your own flags `export LESS=SRX`.
|
||||||
|
|
||||||
## Examples of Custom Operations
|
## Examples of Custom Operations
|
||||||
|
|
||||||
* `yay <Search Term>` presents package selection menu
|
* `yay <Search Term>` presents package selection menu
|
||||||
|
|
Loading…
Reference in a new issue