zshrc: Remove suidfind
authorFrank Terbeck <ft@bewatermyfriend.org>
Mon, 28 Nov 2011 21:27:46 +0000 (22:27 +0100)
committerFrank Terbeck <ft@bewatermyfriend.org>
Mon, 28 Nov 2011 21:27:46 +0000 (22:27 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
etc/zsh/zshrc

index c206089..45584c3 100644 (file)
@@ -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() {