mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 01:13:01 +01:00
shell/paths: remove perl
This commit is contained in:
parent
8768092262
commit
b526c1cc90
1 changed files with 0 additions and 11 deletions
|
|
@ -15,17 +15,6 @@ appendpath () {
|
||||||
appendpath ~/.local/bin
|
appendpath ~/.local/bin
|
||||||
appendpath ~/.bin
|
appendpath ~/.bin
|
||||||
|
|
||||||
if which ruby >/dev/null 2>&1 && which gem >/dev/null 2>&1; then
|
|
||||||
appendpath "$(ruby -r rubygems -e 'puts Gem.user_dir')"/bin
|
|
||||||
fi
|
|
||||||
|
|
||||||
# PERL cpan modules
|
|
||||||
appendpath "$HOME"/.perl/5/bin
|
|
||||||
export PERL5LIB="$HOME/.perl/5/lib/perl5:$PERL5LIB"
|
|
||||||
export PERL_LOCAL_LIB_ROOT="$HOME/.perl/5:$PERL_LOCAL_LIB_ROOT"
|
|
||||||
export PERL_MB_OPT="--install_base \"$HOME/.perl/5\""
|
|
||||||
export PERL_MM_OPT="INSTALL_BASE=$HOME/.perl/5"
|
|
||||||
|
|
||||||
export GOPATH=$HOME/.go
|
export GOPATH=$HOME/.go
|
||||||
export GOBIN=$HOME/.gobin
|
export GOBIN=$HOME/.gobin
|
||||||
appendpath "$GOPATH"/bin
|
appendpath "$GOPATH"/bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue