From 9827af9922adcf0b1238c3b63b95f9af3672ffee Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Fri, 13 Mar 2026 21:49:10 +0800 Subject: [PATCH] add fish --- fish/add-on.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fish/add-on.fish b/fish/add-on.fish index e56f02e..21283d9 100644 --- a/fish/add-on.fish +++ b/fish/add-on.fish @@ -136,6 +136,7 @@ function y end abbr -a port 'sudo ss -tulnp | grep' -abbr -a process 'ps aux | grep' +abbr -a process 'sudo ps aux | grep' +abbr -a service 'sudo systemctl list-units --type=service --all | grep' alias fastfetch="fastfetch --color-keys blue" \ No newline at end of file