aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)