From e23743739667a8df88d4c0d825a226998ea76833 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 21 Aug 2017 15:28:03 +0200 Subject: [PATCH] try out exa --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 9ab3a95..65818f6 100644 --- a/bashrc +++ b/bashrc @@ -33,7 +33,7 @@ complete -cf sudo complete -cf exec # Color ls -alias ls="lr -1FG" +alias ls="exa -aF" # No need for less history and more alias less="LESSHISTFILE=- less"