From 27b55d1ea3cbd2d46a6d3eaccd30cf7d22c57bc8 Mon Sep 17 00:00:00 2001 From: Hans Wurst Date: Mon, 17 Feb 2020 03:45:49 +0100 Subject: [PATCH] lib/theme-and-appearance: Remove using of the alias command in theme and appearance. (#107) Setting the color is ok, but the alias should be set on another place. Refs #106 --- lib/theme-and-appearance.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/theme-and-appearance.sh b/lib/theme-and-appearance.sh index bc4a33f..c8cee0e 100644 --- a/lib/theme-and-appearance.sh +++ b/lib/theme-and-appearance.sh @@ -2,4 +2,3 @@ # colored ls export LSCOLORS='Gxfxcxdxdxegedabagacad' -alias ls='ls -G'