From 1978b9bf5396d2977fccd12d9fcb4b4f66cd013e Mon Sep 17 00:00:00 2001 From: Flo Date: Mon, 11 Apr 2016 20:03:13 +0200 Subject: [PATCH] fix missing zshrc install --- makesymlinks.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makesymlinks.sh b/makesymlinks.sh index 14ca1df..5c89975 100755 --- a/makesymlinks.sh +++ b/makesymlinks.sh @@ -4,9 +4,9 @@ # This script creates symlinks from the home directory to any desired dotfiles in ~/dotfiles # -dir=~/dotfiles # dotfiles directory -olddir=~/dotfiles_old # old dotfiles backup directory -files="bashrc vimrc" # list of files/folders to symlink in homedir +dir=~/dotfiles # dotfiles directory +olddir=~/dotfiles_old # old dotfiles backup directory +files="bashrc vimrc zshrc" # list of files/folders to symlink in homedir # create dotfiles_old in homedir echo "Creating $olddir for backup of any existing dotfiles in ~"