From b04f58d9c6be40e9397c70e193f4e5c61f39052a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 27 Dec 2016 23:22:17 +0000 Subject: [PATCH] Remove useless backslashes --- install.sh | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/install.sh b/install.sh index 4e492fc..622682a 100755 --- a/install.sh +++ b/install.sh @@ -8,25 +8,25 @@ TARGET="$HOME" DOTFILES_LINK=".dotfiles" SYMLINK_PATH="$DOTFILES_LINK" PRIVATE_PATH="private" -SYMLINKS=( \ - ackrc \ - bundle \ - coffeelint.json \ - emacs.d \ - erlang \ - eslintrc.js \ - gemrc \ - gitconfig \ - gitignore \ - hgrc \ - hyper.js \ - irbrc \ - peco \ - powconfig \ - rspec \ - rubocop.yml \ - tmux \ - tmux.conf \ +SYMLINKS=( + ackrc + bundle + coffeelint.json + emacs.d + erlang + eslintrc.js + gemrc + gitconfig + gitignore + hgrc + hyper.js + irbrc + peco + powconfig + rspec + rubocop.yml + tmux + tmux.conf ) LOAD_FILES=(profile zshrc)