fish: Add tree alias

This commit is contained in:
Erwin Boskma 2024-04-16 19:32:50 +02:00
parent 5eef55d4f7
commit a6ccb1eaaf
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -40,6 +40,7 @@ in
shellAliases = {
ls = "${pkgs.eza}/bin/eza --long --git --git-repos --header --classify --binary";
tree = "${pkgs.eza}/bin/eza --tree --icons";
vimdiff = mkIf config.eboskma.programs.neovim.enable "nvim -d";
vim = mkIf config.eboskma.programs.neovim.enable "nvim";