Disable bat spacing in cat mode

This commit is contained in:
Marko Korhonen 2021-08-18 09:31:32 +03:00
parent 3cccb61089
commit 709cb2418f

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" @@%}