From a67a8f2294c6f61a65ab524b13ceaefd6c4d8b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 15 Oct 2014 17:31:24 +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 990c815..01e7394 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -38,7 +38,7 @@ Mapping" tr -s ' ' | cut -d' ' -f3 | sort -u | - grep -v '\\|\<\[aio\]\>\|SYSV0\|\' \ + grep -v '\\|\[aio\]\|SYSV0\|\' \ && echo ' ↳' $(ps -o 'args=' $i) done -- cgit v1.2.3