mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-12 05:45:59 +01:00
fix(bash): pipe ls with colors to less for lll
This commit is contained in:
parent
ee7749c200
commit
c77f2a7e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ lll () {
|
|||
return 1
|
||||
fi
|
||||
|
||||
ls -lah $target | less
|
||||
ls -lah --color=always $target | less -R
|
||||
}
|
||||
|
||||
.. () {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue