Skip to content

Instantly share code, notes, and snippets.

@kventil
Created March 23, 2017 07:17
Show Gist options
  • Save kventil/51dac5815a472f3d91fa83b179b46f97 to your computer and use it in GitHub Desktop.
Save kventil/51dac5815a472f3d91fa83b179b46f97 to your computer and use it in GitHub Desktop.
Use your last_name in your Slack Profile as indicator from where you're currently working.
alias home_office='curl -s -d "payload=$json" "https://slack.com/api/users.profile.set?token=<token>&profile=%7B%22last_name%22%3A%22(🏡-Office)%22%2C%7D"'
alias onsite_office='curl -s -d "payload=$json" "https://slack.com/api/users.profile.set?token=<token>&profile=%7B%22last_name%22%3A%22(🐿-Office)%22%2C%7D"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment