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:
parent
6f8c73e957
commit
42033985c9
1 changed files with 1 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue