mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
10 lines
187 B
Bash
10 lines
187 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'
|
|
|
|
#French perldoc
|
|
alias perldoc-fr="perldoc -L FR"
|