DEV Community

Discussion on: What terminal do you use?

Collapse
 
mzaini30 profile image
Zen

I use Terminal in Linux Lite, then I install tmux and setting it for run in Terminal startup with this code in first line of .bashrc:

[[ $TERM != "screen" ]] && exec tmux