From b4c5c87c9ab5cc6d50de56295590d02acdcce0a7 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 16 Aug 2021 11:29:15 +0200 Subject: [PATCH] aliases: edit nvim, tmux, and zsh configs --- zsh/aliases | 4 ++++ 1 file changed, 4 insertions(+) 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"