zshrc: Remove suidfind
[grml-etc-core.git] / 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() {