summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2014-10-15 17:29:51 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2014-10-15 17:29:51 +0200
commitc11f19bcf1b2ec06d8b8367ea466f952785b92d8 (patch)
treeec39d02507b2ce4560d8dde6b867958abf06675a
parent398bb6a3048dbdf8ee464120018f9bae03aafc55 (diff)
downloaddotfiles-c11f19bcf1b2ec06d8b8367ea466f952785b92d8.tar.gz
dotfiles-c11f19bcf1b2ec06d8b8367ea466f952785b92d8.tar.bz2
dotfiles-c11f19bcf1b2ec06d8b8367ea466f952785b92d8.zip
Further enhance check_libs
-rw-r--r--.zsh/zshfunctions4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions
index 62e845a..990c815 100644
--- a/.zsh/zshfunctions
+++ b/.zsh/zshfunctions
@@ -38,10 +38,12 @@ Mapping"
tr -s ' ' |
cut -d' ' -f3 |
sort -u |
- grep -v 'zero\|\[aio\]' \
+ grep -v '\<zero\>\|\<\[aio\]\>\|SYSV0\|\<drm\>' \
&&
echo ' ↳' $(ps -o 'args=' $i)
done
+
+ return 0
}
menc()