aliases: edit nvim, tmux, and zsh configs

This commit is contained in:
Fernando Schauenburg 2021-08-16 11:29:15 +02:00
parent e611189a39
commit b4c5c87c9a

View file

@ -40,6 +40,10 @@ alias \
alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf" 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 if command -v nvim >/dev/null 2>&1; then
alias \ alias \
vim="nvim" vim="nvim"