zsh: remove aliases I never use

This commit is contained in:
Fernando Schauenburg 2023-02-26 18:11:51 +01:00
parent 042595f45a
commit 2e95a30cd9

View file

@ -39,10 +39,6 @@ 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.lua"
alias ez="$EDITOR $ZDOTDIR/.zshrc"
if command -v nvim >/dev/null 2>&1; then
alias \
v="nvim" \