refactoring
This commit is contained in:
parent
74ae1150a3
commit
69400c1aa3
142 changed files with 11 additions and 70 deletions
7
modules/home/shell-conf/fish/functions/ls.fish
Normal file
7
modules/home/shell-conf/fish/functions/ls.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
function ls --wraps=eza --description 'eza instead of ls'
|
||||
if type --quiet eza
|
||||
eza --git --header --icons $argv
|
||||
else
|
||||
command ls --color=auto $argv
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue