From d1bc3d4fcbf58a028911ea5b2614941a5688c486 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 7 Apr 2023 20:02:05 -0700 Subject: i3: show window icon on title bar --- dot_zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'dot_zshrc') 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" alias xc="xclip -selection clip" alias ledger="vim ~/Documents/code/Ledger/year/`date +%Y`/`date +%Y%m`.beancount" alias vimrc="vim ~/.vimrc" +alias toot="tmux new -d -s toot tut && tmux a" export PYENV_ROOT="$HOME/.pyenv" command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" -- cgit v1.2.3