From 4d2aa1f180768418f5d935d948e02a20069ff10e Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 16 Apr 2026 16:36:42 +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=9A=E6=B7=BB=E5=8A=A0=20cc=20abbr=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E9=87=8D=E5=A4=8D=E7=9A=84=20lst=20=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- fish/add-on.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/add-on.fish b/fish/add-on.fish index d5b2133..72dd7bd 100644 --- a/fish/add-on.fish +++ b/fish/add-on.fish @@ -135,6 +135,7 @@ function y rm -f -- "$tmp" end +abbr -a cc 'claude --permission-mode bypassPermissions' abbr -a port 'sudo ss -tulnp | grep' abbr -a process 'sudo ps aux | grep' abbr -a service 'sudo systemctl list-units --type=service --all | grep'