Remove useless backslashes

This commit is contained in:
2016-12-27 23:22:17 +00:00
parent f1140e9e2a
commit b04f58d9c6

View File

@@ -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)