zsh: add Time Warrior alias

This commit is contained in:
thomasabishop 2024-03-02 18:02:48 +00:00
parent f2baa47bed
commit f18aab7612

View file

@ -3,6 +3,7 @@ export ZSH="/home/thomas/.oh-my-zsh"
alias vim="nvim" alias vim="nvim"
alias cat="bat" alias cat="bat"
alias grep="rg" alias grep="rg"
alias tw="timew"
alias z="cd /home/thomas/repos/eolas" alias z="cd /home/thomas/repos/eolas"
alias zn="/home/thomas/repos/eolas/scripts/new_zk_note.sh" alias zn="/home/thomas/repos/eolas/scripts/new_zk_note.sh"
alias dot="cd /home/thomas/dotfiles" alias dot="cd /home/thomas/dotfiles"