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

make texas.zsh executable #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

make texas.zsh executable #7

wants to merge 1 commit into from

Conversation

teranex
Copy link

@teranex teranex commented Feb 18, 2017

This commits makes texas.zsh executable and adds a shebang so that texas.zsh can be executed directly.
My reason for doing this: In Rofi I use a custom script to list my most commonly used directories and quickly open them in the file manager. I now switched this to launch Texas, but simply running terminator -e texas doesn't work (I guess because $fpath is not defined in that case?). Running terminator -e /path/to/texas.zsh works without any problems. I don't think this has any side-effects.

@vifon
Copy link
Owner

vifon commented Feb 19, 2017

Did you try to setup your $fpath and autoload texas in ~/.zshenv instead of ~/.zshrc? It might help. I'm hesitant to make texas.zsh executable because of its tricky launch procedure.

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

Successfully merging this pull request may close these issues.

2 participants