PATH Backup (having java, brew in echo $PATH)
.zshrc backup (simple zshrc)
.zshrc backup with oh-my-zsh
zsh-autosuggetions

MacOS connection keepalive for ssh

How Do You Fix a Disconnecting ssh?

  • You just add some keepalive packet settings to your local ssh’s config file, located in ~/.ssh/config.
Host *
    ServerAliveInterval 30
    ServerAliveCountMax 2