aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-16 20:51:06 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-16 20:51:06 +0000
commita9bb367d8117fb92d966eca6d5aefe1c70036a4b (patch)
treeb104f4ff23943f63353487ed2e5b89b11ed03df1 /zsh/.zshrc
parentf763fb20585973b1c7cd5691607fdfd984ce27f9 (diff)
downloaddotfiles-a9bb367d8117fb92d966eca6d5aefe1c70036a4b.tar.gz
dotfiles-a9bb367d8117fb92d966eca6d5aefe1c70036a4b.zip
Add temp files, need to work on integrating
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b854793..ae0ee35 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -43,3 +43,6 @@ bindkey -M emacs '^N' history-substring-search-down
# opam configuration
test -r /home/yannherklotz/.opam/opam-init/init.zsh && . /home/yannherklotz/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
+
+# added by travis gem
+[ -f /Users/yannherklotz/.travis/travis.sh ] && source /Users/yannherklotz/.travis/travis.sh