zsh: remove tmux alias

Since 3.2, tmux will search for `$XDG_CONFIG_HOME/tmux/tmux.conf`.
This commit is contained in:
Fernando Schauenburg 2024-03-08 21:37:33 +01:00
parent 15d163c534
commit 9378ae2b30

View file

@ -37,8 +37,6 @@ alias \
egrep="egrep --color=auto" \ egrep="egrep --color=auto" \
fgrep="fgrep --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 if command -v nvim >/dev/null 2>&1; then
alias \ alias \
v="nvim" \ v="nvim" \