diff --git a/zsh/aliases b/zsh/aliases index efd7e17..3b2fd15 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -40,6 +40,10 @@ alias \ alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf" +alias et="$EDITOR $XDG_CONFIG_HOME/tmux/tmux.conf" +alias ev="$EDITOR $XDG_CONFIG_HOME/nvim/init.vim" +alias ez="$EDITOR $ZDOTDIR/.zshrc" + if command -v nvim >/dev/null 2>&1; then alias \ vim="nvim"