From efdc39dd0aa491a6ebd8c2131b93da3a2efeb838 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 10 Oct 2024 09:38:57 +0200 Subject: [PATCH] Fix cat alias --- fish/dot-config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/dot-config/fish/config.fish b/fish/dot-config/fish/config.fish index de976ba..7b69259 100755 --- a/fish/dot-config/fish/config.fish +++ b/fish/dot-config/fish/config.fish @@ -153,7 +153,7 @@ alias lt 'eza -aT --color=always --group-directories-first --icons' # tree listi alias l. 'eza -ald --color=always --group-directories-first --icons .*' # show only dotfiles # Replace some more things with better alternatives -alias cat 'bat --style header --style snip --style changes --style header' +alias cat 'bat --style header --style snip --style changes --style header --pager never' # Replace df command tool alias df='duf'