更新 fish 配置:添加 cc abbr,移除重复的 lst 函数

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
FlintyLemming
2026-04-16 16:36:42 +08:00
parent 5891df4399
commit 4d2aa1f180
+1
View File
@@ -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'