From 06f32722e0434fffbd8889bf08ee9a60a9740323 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Sat, 6 May 2023 20:01:13 -0700 Subject: update --- dot_zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dot_zshrc') diff --git a/dot_zshrc b/dot_zshrc index 5557cee..b8e50e3 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -120,7 +120,7 @@ function addPATHBefore { esac } -[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh +#[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh addPATH $HOME/.local/bin addPATH $GOPATH/bin @@ -143,6 +143,7 @@ alias xc="xclip -selection clip" alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" alias vimrc="vim ~/.vimrc" alias toot="tmux new -d -s toot tut && tmux a" +alias matlab="/home/clarkzjw/Documents/application/matlab/R2023a/bin/matlab" export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" -- cgit v1.2.3