From 42033985c938fd40731b55af3624d64d713b4a1b Mon Sep 17 00:00:00 2001 From: Ray Miller Date: Tue, 3 Dec 2024 14:52:50 +0000 Subject: [PATCH] Remove duplicate aliases The aliases for grep and ls already appear in the default bashrc, so no need to repeat them here. --- home-configuration.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home-configuration.scm b/home-configuration.scm index bcaf850..826d348 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -71,8 +71,7 @@ ("ALTERNATE_EDITOR" . "") ("EDITOR" . "emacsclient --tty") ("VISUAL" . "emacsclient"))) - (aliases '(("grep" . "grep --color=auto") - ("ls" . "ls -p --color=auto"))))) + (aliases '()))) (service home-dotfiles-service-type (home-dotfiles-configuration (directories '("./dotfiles"))