Tagged Questions
1
vote
0answers
27 views
The terminal window auto closes after a while
I've been experiencing some weird behavior with my gnome-terminal. When I open it, without executing any script, just from the unity dash it closes itself after about 10 minutes. Regardless if I did ...
3
votes
1answer
200 views
How to save terminal history manually?
It's my understanding that the history file is updated when the terminal exits. But sometimes my computer crashes out, and the terminal doesn't exit cleanly, and then I lose those commands from my ...
0
votes
0answers
64 views
Error message stuck in terminal [closed]
I get this message every time I open the terminal:
bash: /home/username/.bashrc: line 115: unexpected EOF while looking for matching `"'
bash: /home/username/.bashrc: line 118: unexpected argument to ...
1
vote
2answers
712 views
Run command in new gnome-terminal and .bashrc
I'm trying to launch one command in a new gnome-terminal window from a shell script, and it seems that my .bashrc file doesn't get sourced when calling gnome-terminal and executing a command:
...
1
vote
1answer
180 views
I can't run any command in Terminal
I tried to enter the command nano ~/.bashrc in order to include some path into the .bashrc file in home directory but I'm not able to run any command and I get always the following error:
...
0
votes
2answers
288 views
adding executable file to path and launching from terminal directly
i just downloaded sublime text for my ubuntu, and its working fine. i have the executable file in my
~/sublime
folder. now i would like to invoke this app from the terminal by just typing ...
6
votes
1answer
5k views
Configure gnome-terminal to start bash as a login shell, doesn't read .bashrc
I'm trying to integrate RVM with gnome-terminal.
Per default, gnome-terminal does not start bash as a login shell. I enabled run command as a login shell as suggested in this answer about the same ...
10
votes
2answers
376 views
Can I create a separate bash history file for each terminal profile?
I use a bash script to start gnome-terminal with multiple tabs, each tab using a different profile, working directory, and in some cases executing a command within the tab.
In this situation, I'd ...
0
votes
1answer
792 views
Setting gnome-terminal window size from within ~/.bashrc
It know that it is possible to pass the --geometry=WxH arguments when using launcher, but how to set this option with the ~/.bashrc file.