CarlFK / pici

3 stars 1 forks source link

Use screen / tmux as shell on RPi #37

Closed mithro closed 1 month ago

mithro commented 1 month ago

By setting up the shell / login on the RPi so that it uses tmux then everyone who logs in will seen the same terminal messages.

I have a configuration that makes this for my own systems happen at https://github.com/mithro/rcfiles/tree/master/tmux -- it basically sets the login shell to zsh and then the .zprofile file looks for an existing tmux to connect to.

CarlFK commented 1 month ago

done!