diff --git a/fish/add-on.fish b/fish/add-on.fish index 18e6346..edb1db1 100644 --- a/fish/add-on.fish +++ b/fish/add-on.fish @@ -6,4 +6,5 @@ function ls --description 'alias ls to eza if possible' end end -abbr -a port 'sudo ss -tulnp | grep ' \ No newline at end of file +abbr -a port 'sudo ss -tulnp | grep' +abbr -a process 'ps aux | grep' \ No newline at end of file