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'