aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-03-16 18:22:24 +0000
committerYann Herklotz <git@yannherklotz.com>2020-03-16 18:22:24 +0000
commitb8fdb4e308add5ff498468dda4b757becb155570 (patch)
treeb413fce2889b6bc5fb16db445766a5e1dcb1a9d8 /zsh
parent23e6b87b41afa7cdbfdc8f9ad99e65306ce686b9 (diff)
downloaddotfiles-b8fdb4e308add5ff498468dda4b757becb155570.tar.gz
dotfiles-b8fdb4e308add5ff498468dda4b757becb155570.zip
Source travis CI config
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 86b9a54..f89ad19 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 /home/ymherklotz/.travis/travis.sh ] && source /home/ymherklotz/.travis/travis.sh