summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-07-03 19:56:32 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-07-03 19:56:33 +0200
commitf9b44f4739ec71074dec385af8523fb6367abc5e (patch)
tree2df6e2e940869c8c4d1d85564c51125b8705f09f
parentba3751ae822a36c9c571b12997152d7224c2ac75 (diff)
downloaddotfiles-f9b44f4739ec71074dec385af8523fb6367abc5e.tar.gz
dotfiles-f9b44f4739ec71074dec385af8523fb6367abc5e.tar.bz2
dotfiles-f9b44f4739ec71074dec385af8523fb6367abc5e.zip
[zsh] check_libs: pmap output changed
-rw-r--r--.zsh/zshfunctions2
1 files changed, 1 insertions, 1 deletions
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 '\<zero\>\|\[aio\]\|SYSV0\|\<drm\>' |
tr -s ' ' |
- cut -d' ' -f3 |
+ cut -d' ' -f2 |
sort -u)
if [[ -n $libs ]]; then