Updated config
This commit is contained in:
7
.config/fish/functions/ls.fish
Normal file
7
.config/fish/functions/ls.fish
Normal file
@ -0,0 +1,7 @@
|
||||
function ls
|
||||
if command -q exa
|
||||
exa -1 --icons=auto $argv
|
||||
else
|
||||
command ls $argv
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user