zsh: remove tmux
alias
Since 3.2, tmux will search for `$XDG_CONFIG_HOME/tmux/tmux.conf`.
This commit is contained in:
parent
15d163c534
commit
9378ae2b30
1 changed files with 0 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue