Disable bat spacing in cat mode

This commit is contained in:
Marko Korhonen 2021-08-18 09:31:32 +03:00
parent bdf01fdae1
commit 58a7a64346

View file

@ -22,7 +22,7 @@ _fzf_compgen_path() {
}
# Modern replacements for cat and ls
alias cat='bat'
alias cat='bat --paging=never'
alias ls='exa'
{%@@ if profile != "mko-laptop" @@%}