aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-04-07 20:02:05 -0700
committerclarkzjw <[email protected]>2023-04-07 20:02:05 -0700
commitd1bc3d4fcbf58a028911ea5b2614941a5688c486 (patch)
tree8deb21ebbe69880a87f21e090cfcb4cc469e8771 /dot_zshrc
parentd8ecd35ee965c3ea3827ab0c36bb2bef85699eef (diff)
downloaddotfiles-d1bc3d4fcbf58a028911ea5b2614941a5688c486.tar.gz
i3: show window icon on title bar
Diffstat (limited to 'dot_zshrc')
-rw-r--r--dot_zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_zshrc b/dot_zshrc
index ab72106..5557cee 100644
--- a/dot_zshrc
+++ b/dot_zshrc
@@ -142,6 +142,7 @@ alias chez="/usr/bin/chezmoi"
142alias xc="xclip -selection clip" 142alias 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"
145 146
146export PYENV_ROOT="$HOME/.pyenv" 147export PYENV_ROOT="$HOME/.pyenv"
147command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" 148command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
Powered by cgit v1.2.3 (git 2.41.0)