Created
July 2, 2014 14:09
-
-
Save RaphaelAudet/50cba55c86dc51df1901 to your computer and use it in GitHub Desktop.
.zshrc
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
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