summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2014-10-15 17:23:41 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2014-10-15 17:23:42 +0200
commit398bb6a3048dbdf8ee464120018f9bae03aafc55 (patch)
tree570d06388fe6880b9417e3610fe0c1510080b7d7
parented2e69d0fb4da83ad3b1ded382b87b27ae040d71 (diff)
downloaddotfiles-398bb6a3048dbdf8ee464120018f9bae03aafc55.tar.gz
dotfiles-398bb6a3048dbdf8ee464120018f9bae03aafc55.tar.bz2
dotfiles-398bb6a3048dbdf8ee464120018f9bae03aafc55.zip
Fix enhancement of check_libs
-rw-r--r--.zsh/zshfunctions2
1 files changed, 1 insertions, 1 deletions
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)