diff options
author | clarkzjw <[email protected]> | 2023-04-07 20:02:05 -0700 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-04-07 20:02:05 -0700 |
commit | d1bc3d4fcbf58a028911ea5b2614941a5688c486 (patch) | |
tree | 8deb21ebbe69880a87f21e090cfcb4cc469e8771 /dot_zshrc | |
parent | d8ecd35ee965c3ea3827ab0c36bb2bef85699eef (diff) | |
download | dotfiles-d1bc3d4fcbf58a028911ea5b2614941a5688c486.tar.gz |
i3: show window icon on title bar
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" |