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