Cleanup
This commit is contained in:
parent
07d3b57b5b
commit
eb979e037e
|
@ -146,7 +146,7 @@
|
||||||
(services
|
(services
|
||||||
(list (service home-bash-service-type
|
(list (service home-bash-service-type
|
||||||
(home-bash-configuration
|
(home-bash-configuration
|
||||||
(aliases '(("clear" . "printf \"\\033c\"")
|
(aliases '(("clear" . "printf '\\033c'")
|
||||||
("dir" . "dir --color=auto")
|
("dir" . "dir --color=auto")
|
||||||
("egrep" . "egrep --color=auto")
|
("egrep" . "egrep --color=auto")
|
||||||
("fgrep" . "fgrep --color=auto")
|
("fgrep" . "fgrep --color=auto")
|
||||||
|
|
Loading…
Reference in New Issue