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