diff options
author | clarkzjw <[email protected]> | 2023-05-06 20:01:13 -0700 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-05-06 20:01:13 -0700 |
commit | 06f32722e0434fffbd8889bf08ee9a60a9740323 (patch) | |
tree | 9134766dcc0ea77ae6cbe325823b13adfe8ce355 /dot_zshrc | |
parent | d1bc3d4fcbf58a028911ea5b2614941a5688c486 (diff) | |
download | dotfiles-06f32722e0434fffbd8889bf08ee9a60a9740323.tar.gz |
update
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,7 @@ function addPATHBefore { | |||
120 | esac | 120 | esac |
121 | } | 121 | } |
122 | 122 | ||
123 | [[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh | 123 | #[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh |
124 | 124 | ||
125 | addPATH $HOME/.local/bin | 125 | addPATH $HOME/.local/bin |
126 | addPATH $GOPATH/bin | 126 | addPATH $GOPATH/bin |
@@ -143,6 +143,7 @@ alias xc="xclip -selection clip" | |||
143 | alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" | 143 | alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" |
144 | alias vimrc="vim ~/.vimrc" | 144 | alias vimrc="vim ~/.vimrc" |
145 | alias toot="tmux new -d -s toot tut && tmux a" | 145 | alias toot="tmux new -d -s toot tut && tmux a" |
146 | alias matlab="/home/clarkzjw/Documents/application/matlab/R2023a/bin/matlab" | ||
146 | 147 | ||
147 | export PYENV_ROOT="$HOME/.pyenv" | 148 | export PYENV_ROOT="$HOME/.pyenv" |
148 | command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" | 149 | command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" |