mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
7 lines
136 B
Bash
7 lines
136 B
Bash
alias scpan='sudo cpan'
|
|
|
|
# Find perl file
|
|
alias pfind='find . -name *.pl | xargs grep -n'
|
|
|
|
#Check syntax perl file
|
|
alias psc='perl -c'
|