fish: Add tree alias
This commit is contained in:
parent
5eef55d4f7
commit
a6ccb1eaaf
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue