- Added tiny-care-terminal config
This commit is contained in:
parent
22e643bd19
commit
d40643e75f
1 changed files with 31 additions and 1 deletions
30
zshrc
30
zshrc
|
@ -81,3 +81,33 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
|
||||||
eval `ssh-agent -s`
|
eval `ssh-agent -s`
|
||||||
ssh-add ~/.ssh/id_rsa
|
ssh-add ~/.ssh/id_rsa
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# List of accounts to read the last tweet from, comma separated
|
||||||
|
# The first in the list is read by the party parrot.
|
||||||
|
export TTC_BOTS='tinycarebot,selfcare_bot,magicrealismbot'
|
||||||
|
|
||||||
|
# Use this to have a different animal say a message in the big box.
|
||||||
|
export TTC_SAY_BOX="parrot"
|
||||||
|
|
||||||
|
# List of folders to look into for `git` commits, comma separated.
|
||||||
|
export TTC_REPOS='~/WebstormProjects/dbroqua'
|
||||||
|
|
||||||
|
# The max directory-depth to look for git repositories in
|
||||||
|
# the directories defined with `TTC_REPOS`. Note that the deeper
|
||||||
|
# the directory depth, the slower the results will be fetched.
|
||||||
|
export TTC_REPOS_DEPTH=2
|
||||||
|
|
||||||
|
# Location/zip code to check the weather for. Both 90210 and "San Francisco, CA"
|
||||||
|
# _should_ be ok (the zip code doesn't always work -- use a location
|
||||||
|
# first, if you can). It's using weather.service.msn.com behind the curtains.
|
||||||
|
export TTC_WEATHER='Bordeaux'
|
||||||
|
|
||||||
|
# Set to false if you're an imperial savage. <3
|
||||||
|
export TTC_CELSIUS=true
|
||||||
|
|
||||||
|
# Unset this if you _don't_ want to use Twitter keys and want to
|
||||||
|
# use web scraping instead.
|
||||||
|
export TTC_APIKEYS=true
|
||||||
|
|
||||||
|
# Refresh the dashboard every 20 minutes.
|
||||||
|
export TTC_UPDATE_INTERVAL=5
|
||||||
|
|
Loading…
Reference in a new issue