From f9b44f4739ec71074dec385af8523fb6367abc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 3 Jul 2016 19:56:32 +0200 Subject: [zsh] check_libs: pmap output changed --- .zsh/zshfunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index 4a7f0b9..bb9bf0b 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -35,7 +35,7 @@ Mapping" grep '(deleted)' | grep -v '\\|\[aio\]\|SYSV0\|\' | tr -s ' ' | - cut -d' ' -f3 | + cut -d' ' -f2 | sort -u) if [[ -n $libs ]]; then -- cgit v1.2.3