We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ source .tmux-themepack/powerline/default/cyan.tmuxtheme .tmux-themepack/powerline/default/cyan.tmuxtheme:set:12: no such option: q
The text was updated successfully, but these errors were encountered:
This looks like your Tmux version is too old. The themes require version 2.6 or later.
Sorry, something went wrong.
Actually, it looks like you’re trying to load the theme directly in your shell with the source command.
source
The themes need to be loaded via Tmux’s source-file, which can be done from within your ~/.tmux.conf with:
source-file
~/.tmux.conf
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
tmux source-file “path/to/theme.tmuxtheme”
@jimeh perfect!!!
also worked here!
No branches or pull requests
$ source .tmux-themepack/powerline/default/cyan.tmuxtheme .tmux-themepack/powerline/default/cyan.tmuxtheme:set:12: no such option: q
The text was updated successfully, but these errors were encountered: