mirror of
https://github.com/dzeiocom/dotfiles.git
synced 2025-04-22 19:02:15 +00:00
5 lines
217 B
Fish
Executable File
5 lines
217 B
Fish
Executable File
# Defined in - @ line 0
|
|
function ls --description 'alias ls exa -lgha --time-style long-iso --grid --long --binary --classify --git'
|
|
exa -lgha --time-style long-iso --grid --long --binary --classify --git $argv;
|
|
end
|