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

Shell Configuration on tcsh #129

Open
GarrettAlbright opened this issue Jun 6, 2018 · 2 comments
Open

Shell Configuration on tcsh #129

GarrettAlbright opened this issue Jun 6, 2018 · 2 comments

Comments

@GarrettAlbright
Copy link

GarrettAlbright commented Jun 6, 2018

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
@kylef
Copy link
Owner

kylef commented Jul 18, 2018

@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.

@kylef
Copy link
Owner

kylef commented Jul 18, 2018

Added a simple test for fish in ec53cc2 so can do something similiar for tcsh to validate that installation + shims work correctly on CI.

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

No branches or pull requests

2 participants