Removing say() function in perl plugin so that it doesn't overwrite OSX comand line utility. Closes #2562

master
Robby Russell 12 years ago
parent ce607d3fcb
commit 43bdea4c2f
  1. 6
      plugins/perl/perl.plugin.zsh

@ -54,9 +54,3 @@ pgs() { # [find] [replace] [filename]
prep() { # [pattern] [filename unless STDOUT] prep() { # [pattern] [filename unless STDOUT]
perl -nle 'print if /'"$1"'/;' $2 perl -nle 'print if /'"$1"'/;' $2
} }
# say - append a newline to 'print'
say() {
print "$1\n"
}

Loading…
Cancel
Save