nixos-config/modules/home/shell-conf/fish/functions/ls.fish

4 lines
99 B
Fish
Raw Normal View History

2024-09-24 23:26:29 -04:00
function ls --wraps=eza --description 'eza instead of ls'
2025-03-22 10:57:26 -04:00
eza --git --header --icons $argv
2024-09-24 23:26:29 -04:00
end