When i make some changes to the shell/bash behavior. I.e. set up an alias, what quick way does exist to reinitalize the terminal window instead of closing and open a new open? Perhaps a commandline solution?
|
If you mean reloading your .bashrc configuration then:
|
|||||||
|
|
your shell is an executable you can call. So if you're using bash you can call |
|||
|
|
|
Some Addition i found in the manpage from the reset/tset command tset reset terminal intialization command: Tset initializes terminals. Tset first determines the type of terminal that you are using. This determination is done as follows, using the first terminal type found. an advantage seems to be, that it's independent from the used shell. also works with fish here. |
||||
|
|
|
You have to replace the running application/shell with a new instance. E.g. if you are using
The running application/shell is replaced by new instance of Remark: Do not forget that your terminal application may be reprogrammed. You have to reset your terminal application manually. |
||||
|
|
|
An additional option to the
That will read your profile again as well. It wouldn't hurt to add the |
||||
|
|