mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add a Perl plugin.
This commit is contained in:
parent
80e50a0a8c
commit
97c6cf5164
1 changed files with 7 additions and 0 deletions
7
plugins/perl/perl.ruby.zsh
Normal file
7
plugins/perl/perl.ruby.zsh
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
alias scpan='sudo cpan'
|
||||||
|
|
||||||
|
# Find perl file
|
||||||
|
alias pfind='find . -name *.pl | xargs grep -n'
|
||||||
|
|
||||||
|
#Check syntax perl file
|
||||||
|
alias psc='perl -c'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue