how to launch a new terminal in different shell and source environment sriptsHow to really clear the terminal?Different ways of executing binaries and scriptsHow can ı change xterm to terminal windowHow do I turn off autolist in tcsh terminalHow to execute a command in a new terminal and capture and print the content displayed in the new terminalexporting an environment variable from a bash script to a tcsh shellInstall software that uses a different shell
Gravitational Properties of Asteroids
Where in Kusatsu, Japan are this bridge, runnel and lily pads?
How long can I hold spatzle in ice water or drained?
What is the Greek etymology for "-on" in words like "proton" and "neutron"?
Why FindRoot does not give all roots?
Can I take 3 bags of total 100 lb in Emirates?
How to write strategy and schemes beyond my real-life capabilities?
How to properly rewire these splices?
Urgently need pre-paid debit card to pay debt collector
First coefficient of totally positive fundamental unit modulo 3
Do wireless and wired connections have separated bandwidths?
A chain of words
Xml index, slow count of rows
Case Disagreement: Noun and its Adjective
Can a fiance sleep at his in-law's?
Biological Use of FOOF
How to make a vertical iff?
Why is the mean of the natural log of a uniform distribution (between 0 and 1) different from the natural log of 0.5?
US Entry denied
Is there a way to scale the 1st level spell from Magic Initiate to keep up with cantrips?
Are there consequences to being reduced to 0 HP multiple times in combat?
What is the value of the "Texas Crutch"?
What is the correct location for PS1 Shell variable?
What title do I put on a project where I did the menu, posters, and the art direction of photos but NOT the logo?
how to launch a new terminal in different shell and source environment sripts
How to really clear the terminal?Different ways of executing binaries and scriptsHow can ı change xterm to terminal windowHow do I turn off autolist in tcsh terminalHow to execute a command in a new terminal and capture and print the content displayed in the new terminalexporting an environment variable from a bash script to a tcsh shellInstall software that uses a different shell
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
So i run tcsh...
need to develop some way alias whatever to...
launch a new terminal in bash and source some settings....
i came up with the command :
xterm -T 'BASH TERMINAL' +aw +bc +cm -rightbar -sl 100 -e source ~/BASH_env-setup/.bash_profile bash
however this doesnt seem to work :( as it looks like it tries to source the settings before actually calling/passing the control to the new bash window.
was thinking making it an alias in my .cshrc so on this one system that seems to run more smooth with bash i can launch a new terminal and start running with it.. and when im done i dont have to worry about it corrupting my settings in csh
want it simple and dont want to switch to bash for everything...
xterm tcsh
add a comment
|
So i run tcsh...
need to develop some way alias whatever to...
launch a new terminal in bash and source some settings....
i came up with the command :
xterm -T 'BASH TERMINAL' +aw +bc +cm -rightbar -sl 100 -e source ~/BASH_env-setup/.bash_profile bash
however this doesnt seem to work :( as it looks like it tries to source the settings before actually calling/passing the control to the new bash window.
was thinking making it an alias in my .cshrc so on this one system that seems to run more smooth with bash i can launch a new terminal and start running with it.. and when im done i dont have to worry about it corrupting my settings in csh
want it simple and dont want to switch to bash for everything...
xterm tcsh
add a comment
|
So i run tcsh...
need to develop some way alias whatever to...
launch a new terminal in bash and source some settings....
i came up with the command :
xterm -T 'BASH TERMINAL' +aw +bc +cm -rightbar -sl 100 -e source ~/BASH_env-setup/.bash_profile bash
however this doesnt seem to work :( as it looks like it tries to source the settings before actually calling/passing the control to the new bash window.
was thinking making it an alias in my .cshrc so on this one system that seems to run more smooth with bash i can launch a new terminal and start running with it.. and when im done i dont have to worry about it corrupting my settings in csh
want it simple and dont want to switch to bash for everything...
xterm tcsh
So i run tcsh...
need to develop some way alias whatever to...
launch a new terminal in bash and source some settings....
i came up with the command :
xterm -T 'BASH TERMINAL' +aw +bc +cm -rightbar -sl 100 -e source ~/BASH_env-setup/.bash_profile bash
however this doesnt seem to work :( as it looks like it tries to source the settings before actually calling/passing the control to the new bash window.
was thinking making it an alias in my .cshrc so on this one system that seems to run more smooth with bash i can launch a new terminal and start running with it.. and when im done i dont have to worry about it corrupting my settings in csh
want it simple and dont want to switch to bash for everything...
xterm tcsh
xterm tcsh
edited Jun 16 at 7:12
Cyrus
3,6142 gold badges11 silver badges24 bronze badges
3,6142 gold badges11 silver badges24 bronze badges
asked Jun 14 at 20:56
Steve77Steve77
1
1
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1151159%2fhow-to-launch-a-new-terminal-in-different-shell-and-source-environment-sripts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1151159%2fhow-to-launch-a-new-terminal-in-different-shell-and-source-environment-sripts%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown