Remove duplicate aliases

The aliases for grep and ls already appear in the default bashrc, so no
need to repeat them here.
This commit is contained in:
Ray Miller 2024-12-03 14:52:50 +00:00
parent 6f8c73e957
commit 42033985c9
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -71,8 +71,7 @@
("ALTERNATE_EDITOR" . "") ("ALTERNATE_EDITOR" . "")
("EDITOR" . "emacsclient --tty") ("EDITOR" . "emacsclient --tty")
("VISUAL" . "emacsclient"))) ("VISUAL" . "emacsclient")))
(aliases '(("grep" . "grep --color=auto") (aliases '())))
("ls" . "ls -p --color=auto")))))
(service home-dotfiles-service-type (service home-dotfiles-service-type
(home-dotfiles-configuration (home-dotfiles-configuration
(directories '("./dotfiles")) (directories '("./dotfiles"))