1
Fork 0
This commit is contained in:
caem 2025-01-24 03:52:46 +01:00
parent 0ab8f84ba1
commit ab416d86a4
Signed by: caem
GPG key ID: 69A830D03203405F

View file

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