From 471065f0aa290386a4f21f025fd0588f89691e64 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 22 May 2009 13:32:58 +0200 Subject: [PATCH] add process inspection functions --- .zsh/zshrc/30_aliases | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 51be089..bdbef14 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -109,6 +109,11 @@ function lgrep() { alias px='ps afux' alias mps='ps -ao user,pcpu,start,command' +function of() { lsof -np "$1" } +compdef _pids of + +function psgrep() { ps aux | grep "[${1[1]}]${1[2,-1]}" } + alias bofh='fortune bofh-excuses' autoload -U baseconv -- 2.39.2