From 03440f3fd69d5d509a0d8de09c852d423083c855 Mon Sep 17 00:00:00 2001 From: Fernando Alegre Date: Sun, 21 Jun 2020 18:05:58 -0500 Subject: [PATCH] Changed aliases --- src/debian/assets/bash.bashrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/debian/assets/bash.bashrc b/src/debian/assets/bash.bashrc index e2f1090..e87bad1 100644 --- a/src/debian/assets/bash.bashrc +++ b/src/debian/assets/bash.bashrc @@ -81,6 +81,4 @@ if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-no } fi -alias ls='ls --color=auto' -alias dir='ls -lFAh' -alias rsyn='rsync -vaSH' +alias dir='ls -lFh'