mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
fish: wrap ls command
This commit is contained in:
parent
0a34f6cc7d
commit
3133e11a96
1 changed files with 7 additions and 0 deletions
7
nix/homeModules/common/fish/functions/ls.fish
Normal file
7
nix/homeModules/common/fish/functions/ls.fish
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
function ls
|
||||||
|
if type -q lsr
|
||||||
|
command lsr $argv
|
||||||
|
else
|
||||||
|
command ls $argv
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue