catppuccin / fish

🐟 Soothing pastel theme for the Fish Shell
MIT License
284 stars 18 forks source link

[Question] How to colorize result of ls -la command like example picture? #18

Closed RAVENz46 closed 12 months ago

RAVENz46 commented 12 months ago

Do I need additional plugins or something?

[ My env ] OS: NixOS-unstable Terminal Emulator: WezTerm/Konsole fish version: 3.6.1

echo $TERM returns xterm-256color

ghostx31 commented 12 months ago

Its a program called eza. You can create alias for ls which actually calls eza.

RAVENz46 commented 12 months ago

@ghostx31 Thank you!