From ec2923b689d8edcbe7d38f6666fb707e99f06abc Mon Sep 17 00:00:00 2001 From: afonsofrancof Date: Wed, 19 Apr 2023 15:24:48 +0100 Subject: [PATCH] [MINOR] improved ls --- .config/fish/myfunctions/replacements.fish | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/fish/myfunctions/replacements.fish b/.config/fish/myfunctions/replacements.fish index cbad844..04f16cb 100644 --- a/.config/fish/myfunctions/replacements.fish +++ b/.config/fish/myfunctions/replacements.fish @@ -1,3 +1,5 @@ -alias ls=exa +function ls + exa --icons -l $argv +end alias find=fd alias df=duf