mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
aliased tree for ls
This commit is contained in:
parent
19c8b68025
commit
df073af8a4
6 changed files with 18 additions and 3 deletions
3
.config/fish/functions/ls.fish
Normal file
3
.config/fish/functions/ls.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function ls
|
||||
tree -Cph -L 1 $argv | less -R
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue