Disable paging in bat.
This commit is contained in:
parent
92e92076e6
commit
309e1f1d99
@ -1,7 +1,7 @@
|
|||||||
alias grep='grep --color'
|
alias grep='grep --color'
|
||||||
alias less='less -r'
|
alias less='less -r'
|
||||||
if [ $(command -v bat) ]; then
|
if [ $(command -v bat) ]; then
|
||||||
alias cat='bat --color=always --tabs=2 --style plain --theme=Monokai\ Extended\ Bright'
|
alias cat='bat -pp --color=always --tabs=2 --theme=Monokai\ Extended\ Bright'
|
||||||
fi
|
fi
|
||||||
if [ $(command -v exa) ]; then
|
if [ $(command -v exa) ]; then
|
||||||
alias ls='exa --group-directories-first'
|
alias ls='exa --group-directories-first'
|
||||||
|
Loading…
Reference in New Issue
Block a user