zshrc: Remove suidfind
authorFrank Terbeck <ft@bewatermyfriend.org>
Mon, 28 Nov 2011 21:27:46 +0000 (22:27 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:45 +0000 (14:50 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
etc/zsh/zshrc

index 2aa96d9..5e4050d 100644 (file)
@@ -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() {