mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
tmux source command is not source but source-file
My tmux was displaying errors when I was using tmux plugin from oh-my-zsh and not reading my .tmux.conf at all.
This commit is contained in:
parent
df0305aba5
commit
3eaf61420f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
set -g default-terminal $ZSH_TMUX_TERM
|
||||
source $HOME/.tmux.conf
|
||||
source-file $HOME/.tmux.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue