From: Frank Terbeck Date: Mon, 28 Nov 2011 21:27:46 +0000 (+0100) Subject: zshrc: Remove suidfind X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=f56e81c9c9fd6ef88daad8b7422be2c847473af4;p=grml-etc-core.git zshrc: Remove suidfind Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c206089..45584c3 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3247,9 +3247,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() {