Files
superior_dotfiles/private_dot_config/private_fish/functions/ls.fish
Szymon P cdee48a8a0 Update .config/btop/btop.conf
Update .config/hypr/hypridle.conf
Update .config/hypr/hyprland.conf
Update .config/hypr/hyprland/binds/managment.conf
Update .config/fish/fish_variables
Update .config/fish/functions/ls.fish
2026-01-03 21:30:39 +01:00

5 lines
167 B
Fish

function ls --wraps='eza --long --icons --color --git' --description 'alias ls=eza --long --icons --color --git'
eza --long --icons --color --git $argv
end