aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-05-06 20:01:13 -0700
committerclarkzjw <[email protected]>2023-05-06 20:01:13 -0700
commit06f32722e0434fffbd8889bf08ee9a60a9740323 (patch)
tree9134766dcc0ea77ae6cbe325823b13adfe8ce355 /dot_zshrc
parentd1bc3d4fcbf58a028911ea5b2614941a5688c486 (diff)
downloaddotfiles-06f32722e0434fffbd8889bf08ee9a60a9740323.tar.gz
update
Diffstat (limited to 'dot_zshrc')
-rw-r--r--dot_zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/dot_zshrc b/dot_zshrc
index 5557cee..b8e50e3 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -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
125addPATH $HOME/.local/bin 125addPATH $HOME/.local/bin
126addPATH $GOPATH/bin 126addPATH $GOPATH/bin
@@ -143,6 +143,7 @@ alias xc="xclip -selection clip"
143alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" 143alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount"
144alias vimrc="vim ~/.vimrc" 144alias vimrc="vim ~/.vimrc"
145alias toot="tmux new -d -s toot tut && tmux a" 145alias toot="tmux new -d -s toot tut && tmux a"
146alias matlab="/home/clarkzjw/Documents/application/matlab/R2023a/bin/matlab"
146 147
147export PYENV_ROOT="$HOME/.pyenv" 148export PYENV_ROOT="$HOME/.pyenv"
148command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" 149command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
Powered by cgit v1.2.3 (git 2.41.0)