aliases: edit nvim, tmux, and zsh configs
This commit is contained in:
parent
e611189a39
commit
b4c5c87c9a
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue