emacs: try adding matlab support, setup for laptop

This commit is contained in:
2022-10-25 15:30:07 +02:00
parent 7355310b53
commit abce1aa5ed
4 changed files with 13 additions and 1 deletions

View File

@ -3,6 +3,7 @@
export PATH=/home/julian/.emacs.d/bin:$PATH
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
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
@ -108,3 +109,4 @@ follow_du () {
}
eval "$(starship init zsh)"