add fish config
This commit is contained in:
7
fish/add-on.fish
Normal file
7
fish/add-on.fish
Normal file
@@ -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