Skip to content

Instantly share code, notes, and snippets.

View iganari's full-sized avatar
😊
Nice to Meet you :)

iganari / Toru Igarashi iganari

😊
Nice to Meet you :)
View GitHub Profile
#!/bin/bash
# Installation:
# 1. Save this script to /some/bin/ssh-background
# 2. chmod 755 /some/bin/ssh-background
# 3. alias ssh=/some/bin/ssh-background
# 4. Configure your host colors below.
set_color() {
local HEX_FG=$1
local HEX_BG=$2