Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with macOS: no such option: q #36

Open
JamesZBL opened this issue Mar 7, 2020 · 4 comments
Open

problem with macOS: no such option: q #36

JamesZBL opened this issue Mar 7, 2020 · 4 comments

Comments

@JamesZBL
Copy link

JamesZBL commented Mar 7, 2020

$ source .tmux-themepack/powerline/default/cyan.tmuxtheme
.tmux-themepack/powerline/default/cyan.tmuxtheme:set:12: no such option: q
@jimeh
Copy link
Owner

jimeh commented Mar 7, 2020

This looks like your Tmux version is too old. The themes require version 2.6 or later.

@jimeh
Copy link
Owner

jimeh commented Mar 7, 2020

Actually, it looks like you’re trying to load the theme directly in your shell with the source command.

The themes need to be loaded via Tmux’s source-file, which can be done from within your ~/.tmux.conf with:

source-file “path/to/theme.tmuxtheme”

Or if you want to do it from your bash/zsh/etc shell, you’ll need to run it through tmux while inside a Tmux session:

tmux source-file “path/to/theme.tmuxtheme”

@ghost
Copy link

ghost commented Mar 9, 2020

@jimeh perfect!!!

@clarabez
Copy link

also worked here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants