emacs, zsh: Add go, add python2latex to emacs
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
# If you come from bash you might have to change your $PATH.
|
||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||
export GOPATH="/home/julian/go";
|
||||
|
||||
export PATH=$GOPATH/bin:$PATH
|
||||
export PATH=/home/julian/.emacs.d/bin:$PATH
|
||||
export PATH=/home/julian/.cargo/bin:$PATH
|
||||
export PATH=/home/julian/perl5/bin:$PATH
|
||||
@ -10,6 +13,7 @@ PERL_LOCAL_LIB_ROOT="/home/julian/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_
|
||||
PERL_MB_OPT="--install_base \"/home/julian/perl5\""; export PERL_MB_OPT;
|
||||
PERL_MM_OPT="INSTALL_BASE=/home/julian/perl5"; export PERL_MM_OPT;
|
||||
|
||||
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
|
Reference in New Issue
Block a user