Disable bat spacing in cat mode
This commit is contained in:
parent
bdf01fdae1
commit
58a7a64346
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