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
Yes, some of us still use it. GET OFF MY LAWN
$ echo 'setenv SWIFTENV_ROOT "$HOME/.swiftenv"' >> ~/.tcshrc $ echo 'setenv PATH "$SWIFTENV_ROOT/bin:$PATH"' >> ~/.tcshrc $ echo 'eval "`swiftenv init - | sed -e \'s/export PATH=/setenv PATH /\'`"' >> ~/.tcshrc
The text was updated successfully, but these errors were encountered:
@GarrettAlbright Does this all work for you? I have never used tcsh. If it's working for you feel free to add this to the docs at https://github.com/kylef/swiftenv/blob/master/docs/installation.md.
I wonder if we can test using swiftenv with each shell on CI somehow, I'll take a look.
Sorry, something went wrong.
Added a simple test for fish in ec53cc2 so can do something similiar for tcsh to validate that installation + shims work correctly on CI.
No branches or pull requests
Yes, some of us still use it. GET OFF MY LAWN
The text was updated successfully, but these errors were encountered: