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
Hey team -
Is it possible to set global ssh options? I find quite often that a broken bash prompt requires me to:
-t "bash --noprofile"
The text was updated successfully, but these errors were encountered:
Oh, also, I know I can --ssh-args "-t"
Is there a way to do this everywhere?
Sorry, something went wrong.
Hey Brian - not yet, and there is no convention for setting global options.
How about .overcast/config.json? And in that file...
.overcast/config.json
{ "global_ssh_args": "-t \"bash --noprofile\"" }
Would that work?
Beautiful On Feb 10, 2015 12:59 AM, "Andrew Childs" [email protected] wrote:
Hey Brian - not yet, and there is no convention for setting global options. How about .overcast/config.json? And in that file... { "global_ssh_args": "-t "bash --noprofile"" } Would that work? — Reply to this email directly or view it on GitHub #36 (comment) .
{ "global_ssh_args": "-t "bash --noprofile"" }
— Reply to this email directly or view it on GitHub #36 (comment) .
No branches or pull requests
Hey team -
Is it possible to set global ssh options? I find quite often that a broken bash prompt requires me to:
The text was updated successfully, but these errors were encountered: