This commit is contained in:
Adrien Bourmault 2023-01-10 22:38:37 +01:00
parent 07d3b57b5b
commit eb979e037e
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
(services
(list (service home-bash-service-type
(home-bash-configuration
(aliases '(("clear" . "printf \"\\033c\"")
(aliases '(("clear" . "printf '\\033c'")
("dir" . "dir --color=auto")
("egrep" . "egrep --color=auto")
("fgrep" . "fgrep --color=auto")