emacs, zsh: Add go, add python2latex to emacs

This commit is contained in:
2023-01-23 19:50:37 +01:00
parent 68b132db6b
commit 74ddb685f1
3 changed files with 20 additions and 8 deletions

View File

@ -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"