From f56e81c9c9fd6ef88daad8b7422be2c847473af4 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:27:46 +0100 Subject: [PATCH] zshrc: Remove suidfind Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 3 --- 1 file changed, 3 deletions(-) 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() { -- 2.1.4