This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Script that updates the iTerm Badge with the hostname of the server that you are | |
# connecting to with ssh. | |
# | |
# Instructions: | |
# - Put this script in ~/bin/ssh (this will override the default ssh binary) | |
# - Run 'chmod +x ~/bin/ssh' to give execution permission to the script | |
# - Open iTerm\Preferences\Profiles, select your profile and put '\(user.current_ssh_host)' in the Badge text box | |
# - Enjoy! |