I am on Ubuntu 16.04. Very often, the first thing I do when starting to work on a new task is open a new terminal with the shortcut Ctrl - Alt - T
and then type tmux
.
I would like to skip the typing of tmux
. I found several solutions in which one appends the bashrc, but it sounds like this may break the system, which frightens me (see the warning in the second link):
https://unix.stackexchange.com/questions/43601/how-can-i-set-my-default-shell-to-start-up-tmux
How can I make TMUX be active whenever I start a new shell session?
How may I safely open a new terminal with tmux using a shortcut, without risking to damage my system?