From b2c919f63f64233ed898c65f3fa686096f7731d7 Mon Sep 17 00:00:00 2001 From: Erystasius Date: Wed, 1 Apr 2026 23:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20fish=20=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=20ls=E3=80=81ll=20=E5=92=8C=20la=20?= =?UTF-8?q?=E7=9A=84=E5=91=BD=E4=BB=A4=E7=BC=A9=E5=86=99=E4=BB=A5=E6=94=AF?= =?UTF-8?q?=E6=8C=81=20eza=20=E5=92=8C=20exa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 739195e..bba02d7 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -3,8 +3,12 @@ if status is-interactive # ls:优先 eza,其次 exa if type -q eza abbr ls eza + abbr ll eza -l + abbr la eza -a else if type -q exa abbr ls exa + abbr ll exa -l + abbr la exa -a end type -q bat; and abbr cat bat