emacs: add julia, spell checking, adapt latex
This commit is contained in:
@ -5,6 +5,11 @@ export PATH=/home/julian/.cargo/bin:$PATH
|
||||
export PATH=/home/julian/perl5/bin:$PATH
|
||||
[ -f "/home/julian/.ghcup/env" ] && source "/home/julian/.ghcup/env" # ghcup-env
|
||||
|
||||
PERL5LIB="/home/julian/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB;
|
||||
PERL_LOCAL_LIB_ROOT="/home/julian/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT;
|
||||
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"
|
||||
|
||||
@ -109,4 +114,3 @@ follow_du () {
|
||||
}
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
|
Reference in New Issue
Block a user