mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
For have the perldoc in a french.
This commit is contained in:
parent
dbbee35cde
commit
6e2e576e38
1 changed files with 3 additions and 0 deletions
|
|
@ -5,3 +5,6 @@ alias pfind='find . -name *.pl | xargs grep -n'
|
||||||
|
|
||||||
#Check syntax perl file
|
#Check syntax perl file
|
||||||
alias psc='perl -c'
|
alias psc='perl -c'
|
||||||
|
|
||||||
|
#French perldoc
|
||||||
|
alias perldoc-fr="perldoc -L FR"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue