index
:
dots
master
These are my config files and I treasure them
Vidhu Kant Sharma
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