nushell: Use icons when showing filesystem tree
This commit is contained in:
parent
379b4602ae
commit
f532da45a1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ in
|
|||
'';
|
||||
extraConfig = ''
|
||||
alias vim = nvim
|
||||
alias tree = ${pkgs.exa}/bin/exa -Fb --git --tree
|
||||
alias tree = ${pkgs.exa}/bin/exa -Fb --git --tree --icons
|
||||
|
||||
let-env LS_COLORS = (${pkgs.vivid}/bin/vivid generate gruvbox-dark | str trim)
|
||||
|
||||
|
|
Loading…
Reference in a new issue