From 5e7f341b7fd0b790e62cb2391a677aa4754e401d Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Tue, 6 Feb 2018 00:07:00 -0500 Subject: [PATCH] Adding zshrc link to setup.sh --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index fecdcbb..2a3bd7b 100644 --- a/setup.sh +++ b/setup.sh @@ -25,3 +25,6 @@ ln -s $GITVIM/ftplugin/tex.vim $FTPLUGDIR/tex.vim # Link tmux conf ln -s ~/git/dotfiles/tmux.conf ~/.tmux.conf + +# Link zshrc +ln -s ~/git/dotfiles/zshrc ~/.zshrc -- libgit2 0.28.4