From 398bb6a3048dbdf8ee464120018f9bae03aafc55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 15 Oct 2014 17:23:41 +0200 Subject: Fix enhancement of check_libs --- .zsh/zshfunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index c933c70..62e845a 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -34,10 +34,10 @@ Mapping" for i in $(ps -A -o pid | tail -n +2); do pmap -q -C<(<<<$pmapc) $i | + grep '(deleted)' | tr -s ' ' | cut -d' ' -f3 | sort -u | - grep '(deleted)' | grep -v 'zero\|\[aio\]' \ && echo ' ↳' $(ps -o 'args=' $i) -- cgit v1.2.3