zsh: fix ev
alias to edit nvim's init.lua
This commit is contained in:
parent
7c3f01a88e
commit
b56c174f0f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ 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 ev="$EDITOR $XDG_CONFIG_HOME/nvim/init.lua"
|
||||
alias ez="$EDITOR $ZDOTDIR/.zshrc"
|
||||
|
||||
if command -v nvim >/dev/null 2>&1; then
|
||||
|
|
Loading…
Add table
Reference in a new issue