Skip to content

Instantly share code, notes, and snippets.

@RaphaelAudet
Created July 2, 2014 14:09
Show Gist options
  • Save RaphaelAudet/50cba55c86dc51df1901 to your computer and use it in GitHub Desktop.
Save RaphaelAudet/50cba55c86dc51df1901 to your computer and use it in GitHub Desktop.
.zshrc
function tab-red() { tab-color 203 111 111; }
function tab-green() { tab-color 6cc276; }
function tab-yellow() { tab-color "#e8e9ac"; }
function tab-blue() { tab-color 6f8ccc; }
function tab-purple() { tab-color a789d4; }
function tab-orange() { tab-color fbbc79; }
function tab-white() { tab-color fff; }
function tab-gray() { tab-color c3c3c3c; }
tg() {tab-blue; ssh $1.europe-west1-b.MYPROJECT -t sudo tmux attach -t main;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment