Hacker News new | past | comments | ask | show | jobs | submit login

‘Wuff, Wuff!!’



Spawning a screen session by default is a good habit indeed. Especially on remote hosts when you are doing something critical.


This, except tmux.


Indeed! This is such an important part of my computing environment that I have the following in my ".*shrc":

  # Attach to an existing tmux or a launch new tmux.
  [ -n "$STY$TMUX$INSIDE_EMACS" ] || tmux at || tmux
Source: https://github.com/susam/dotfiles/blob/main/shrc#L381




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: