index
:
dots
master
Config files for my Linux desktop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
fish
/
functions
/
ls.fish
blob: ebc6d05cffae0499494674bd6e7330540473ac7c (
plain
)
1
2
3
function
ls --wraps
=
'exa -l'
--description
'alias ls exa -l'
exa -l
$argv
;
end