tmux-plugins / tpm

Tmux Plugin Manager
MIT License
12.21k stars 429 forks source link

$ tmux source ~/.tmux.conf not working for me #89

Closed andrejs82git closed 7 years ago

andrejs82git commented 8 years ago

Hi!

Please change lines in file README.md

# type this in terminal
$ tmux source ~/.tmux.conf

to

# type this in terminal
$ tmux source ~/.tmux.conf
or
tmux -f ~/.tmux.conf

for me working just command: tmux -f ~/.tmux.conf

martinbeentjes commented 8 years ago

Why is it not working for you? Does it work if you replace the tilde by the full path?