diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 9a1e084..8b34103 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -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"; };