diff --git a/zsh/.zshrc b/zsh/.zshrc index 40f3002..b0342ca 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -111,7 +111,7 @@ gpgyeet() { # emacs magit magit() { - emacs --eval "(progn (magit-status) (delete-other-windows))" + emacs --eval "(progn (magit-status) (delete-other-windows))" "$@" } # eye candy: auto onefetch (consider if this is really needed lol) @@ -148,3 +148,9 @@ setopt AUTO_CD # Hooks eval "$(direnv hook zsh)" eval "$(zoxide init zsh)" + +PATH="/Users/earne/perl5/bin${PATH:+:${PATH}}"; export PATH; +PERL5LIB="/Users/earne/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; +PERL_LOCAL_LIB_ROOT="/Users/earne/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; +PERL_MB_OPT="--install_base \"/Users/earne/perl5\""; export PERL_MB_OPT; +PERL_MM_OPT="INSTALL_BASE=/Users/earne/perl5"; export PERL_MM_OPT;