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