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" . "")
|
("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"))
|
||||||
|
|
Loading…
Reference in a new issue