Update home-configuration aliases and links

This commit is contained in:
Evie Litherland-Smith 2024-05-06 18:40:10 +01:00
parent 867e4bef89
commit cd7e4743d8

View file

@ -20,9 +20,10 @@
(services
(list (service home-bash-service-type
(home-bash-configuration
(aliases '(("grep" . "grep --color=auto")
("ip" . "ip -color=auto")
("ll" . "ls -l")
("ls" . "ls -p --color=auto")))
(bashrc (list (local-file "./.bashrc" "bashrc")))
(bash-profile (list (local-file "./.bash_profile" "bash_profile"))))))))
(aliases '(("eza" . "eza --icons --git --octal-permissions")
("gsa" . "git-sync-all")
("ls" . "eza")
("la" . "eza -a")
("ll" . "eza -l")
("lla" . "eza -la")
("lt" . "eza --tree"))))))))