add fish config
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
function ls --description 'alias ls to eza if possible'
|
||||||
|
if type -q eza
|
||||||
|
eza -la --icons $argv
|
||||||
|
else
|
||||||
|
command ls -la $argv
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user