add bin files
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
## 替换 ls 默认行为
|
## 替换 ls 默认行为
|
||||||
function ls --description 'alias ls to eza if possible'
|
function ls --description 'alias ls to eza if possible'
|
||||||
if type -q eza
|
if type -q ~/.flinty/bin/eza
|
||||||
eza -la --icons $argv
|
~/.flinty/bin/eza -la --icons $argv
|
||||||
else
|
else
|
||||||
command ls -la $argv
|
command ls -la $argv
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user