Disable bat spacing in cat mode
This commit is contained in:
parent
3cccb61089
commit
709cb2418f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ _fzf_compgen_path() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Modern replacements for cat and ls
|
# Modern replacements for cat and ls
|
||||||
alias cat='bat'
|
alias cat='bat --paging=never'
|
||||||
alias ls='exa'
|
alias ls='exa'
|
||||||
|
|
||||||
{%@@ if profile != "mko-laptop" @@%}
|
{%@@ if profile != "mko-laptop" @@%}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue