Skip to content

Instantly share code, notes, and snippets.

@tsucchi
Created October 31, 2016 09:12
Show Gist options
  • Save tsucchi/48101203737c6a2540988e47fa083de5 to your computer and use it in GitHub Desktop.
Save tsucchi/48101203737c6a2540988e47fa083de5 to your computer and use it in GitHub Desktop.
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