-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Question] running tinty init in .zshrc #19
Comments
Hi and welcome @laenzlinger 😄 Are you getting any errors? (I'm guessing not). Try running I would imagine that this might be because tinty isn't in your PATH yet in |
Thanks @JamyGolden for the quick reply! I have changed my
(tinty was installed with
|
Can you try to manually source the theme file? So add |
yes this helps (I am using arch linux)
I guess it was a wrong assumption that I should call |
I found 2 problems: On my system, tinty does not see the config file Once I added |
Ahh ok thanks for going through all of this. Yes it looks like documentation errors which I've just cretead a PR addressing these issues #20. The reason it didn't find the config without you specifying is that the default config path is Is this resolved for you now using the |
Oh sorry, now I understand! No problem for me to use the default path instead of my own path. I don't remember why my path would be correct. Maybe the defaults could be mentioned in |
Yeah I'll make sure to do more to explain it. In the PR I created I fixed 2 instances of a path which mimics the path you were using so the docs incorrectly mentioned the path in 2 places. I'll merge that PR now. I'll close this issue since it seems like it's sorted. I've added a feature request issue to add something to help debug this type of issue in future: #21 |
What version of
tinty
are you using?[paste the output of
tinty --version
here]tinty 0.11.0
alacritty 0.13.2 (bb8ea18e)
I am migrating from
chriskempso/base16-shell
totinty
+tinted-theming/base16-shell
when I run
tinty init
, the colors are correctly changed,however, when i run
tinty init
in my.zshrc
it the colors are not initialized when I open a new alacritty terminal.Any hints for how to further debug are very much appreciated.
The text was updated successfully, but these errors were encountered: