aboutsummaryrefslogtreecommitdiff
path: root/vars.toml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-13 23:33:32 -0400
committerBen Burwell <ben@benburwell.com>2019-08-13 23:33:32 -0400
commit8e4d61fb77ed68f896b6fe3dc0bbbcd078668ede (patch)
treed521e523316d239caea0bf4a35ce851236dad53e /vars.toml
parent7d4c541a0d4f09eb421425f8d49b65308d9e6cfd (diff)
zsh: adopt
Diffstat (limited to 'vars.toml')
-rw-r--r--vars.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vars.toml b/vars.toml
index 8d44f88..223d37d 100644
--- a/vars.toml
+++ b/vars.toml
@@ -21,3 +21,14 @@ Cyan = "0x73b8bf"
BrightCyan = "0x95dfe6"
White = "0xe6e0cf"
BrightWhite = "0xfff9e9"
+
+[ZSH]
+AutoScripts = [
+ "/usr/local/opt/fzf/shell/completion.zsh",
+ "/usr/local/opt/fzf/shell/key-bindings.zsh",
+ "$HOME/.iterm2_shell_integration.zsh",
+ "$HOME/.travis/travis.sh",
+ "$HOME/.rvm/scripts/rvm",
+ "$HOME/Applications/google-cloud-sdk/path.zsh.inc",
+ "$HOME/Applications/google-cloud-sdk/completion.zsh.inc"
+]