From d1435c9380027cfa133d3b699123bf8155589aa5 Mon Sep 17 00:00:00 2001 From: Erystasius Date: Thu, 2 Apr 2026 00:55:08 +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=20lal=20=E5=91=BD=E4=BB=A4=E7=BC=A9?= =?UTF-8?q?=E5=86=99=E4=BB=A5=E6=94=AF=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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 5836fee..b80515f 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -5,10 +5,12 @@ if status is-interactive abbr ls eza abbr ll eza -l abbr la eza -a + abbr lal eza -la else if type -q exa abbr ls exa abbr ll exa -l abbr la exa -a + abbr lal exa -la end # cat/cap:优先 bat;仅 batcat 时补 bat 缩写(与其它环境一致)