add bin files

This commit is contained in:
FlintyLemming
2025-12-17 20:51:00 +08:00
parent 5a43fa2bdd
commit 5b4069e8b0
3 changed files with 2 additions and 2 deletions

View File

@@ -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