diff --git a/config/zsh/aliases.zsh b/config/zsh/aliases.zsh index c2a4979..e991b9e 100644 --- a/config/zsh/aliases.zsh +++ b/config/zsh/aliases.zsh @@ -37,8 +37,6 @@ alias \ egrep="egrep --color=auto" \ fgrep="fgrep --color=auto" -alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf" - if command -v nvim >/dev/null 2>&1; then alias \ v="nvim" \