From: Frank Terbeck Date: Mon, 28 Nov 2011 21:27:46 +0000 (+0100) Subject: zshrc: Remove suidfind X-Git-Tag: v0.5.0~69 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=6253c5b88ed8c4edde3cfa5ab5f8b84be66b9521;hp=d2bf4cab7ce5916e036c510d8002f07890f4e461;p=grml-etc-core.git zshrc: Remove suidfind Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 2aa96d9..5e4050d 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3248,9 +3248,6 @@ ansi-colors() { done } -#f5# Find all files in \$PATH with setuid bit set -suidfind() { ls -latg $path | grep '^...s' } - # TODO: So, this is the third incarnation of this function!? #f5# Reload given functions refunc() {