Created
October 31, 2016 09:12
-
-
Save tsucchi/48101203737c6a2540988e47fa083de5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export MY_NEW_PERL="perl-5.24@default" | |
export MY_TOOL_PERL="perl-5.20@default" | |
alias reply=" perlbrew exec -q --with $MY_TOOL_PERL reply" | |
alias riji=" perlbrew exec -q --with $MY_TOOL_PERL riji" | |
alias prt=" perlbrew exec -q --with $MY_TOOL_PERL prt" | |
alias revealup=" perlbrew exec -q --with $MY_TOOL_PERL revealup" | |
alias countperl=" perlbrew exec -q --with $MY_TOOL_PERL countperl" | |
alias from_unixtime="perlbrew exec -q --with $MY_TOOL_PERL from_unixtime" | |
alias newperl=" perlbrew exec -q --with $MY_NEW_PERL perl" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment