From 6253c5b88ed8c4edde3cfa5ab5f8b84be66b9521 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 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() { -- 2.1.4