From 9378ae2b307528914e38bde603a5b19cc6d36d39 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Fri, 8 Mar 2024 21:37:33 +0100 Subject: [PATCH] zsh: remove `tmux` alias Since 3.2, tmux will search for `$XDG_CONFIG_HOME/tmux/tmux.conf`. --- config/zsh/aliases.zsh | 2 -- 1 file changed, 2 deletions(-) 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" \