Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit ab416d86a4 - Show all commits

View file

@ -34,9 +34,8 @@
history.path = "${config.xdg.cacheHome}/zsh_history"; history.path = "${config.xdg.cacheHome}/zsh_history";
shellAliases = { shellAliases = {
cat = "bat --paging=never"; cat = "bat --paging=never --wrap=never --style='changes,snip,numbers'";
ls = "lsd"; ls = "lsd";
ll = "lsd -lah";
tree = "tre"; tree = "tre";
}; };