diff options
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ alias chez="/usr/bin/chezmoi" | |||
142 | alias xc="xclip -selection clip" | 142 | 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 | 146 | ||
146 | export PYENV_ROOT="$HOME/.pyenv" | 147 | export PYENV_ROOT="$HOME/.pyenv" |
147 | command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" | 148 | command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" |