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" DOTFILES_LINK=".dotfiles"
SYMLINK_PATH="$DOTFILES_LINK" SYMLINK_PATH="$DOTFILES_LINK"
PRIVATE_PATH="private" PRIVATE_PATH="private"
SYMLINKS=( \ SYMLINKS=(
ackrc \ ackrc
bundle \ bundle
coffeelint.json \ coffeelint.json
emacs.d \ emacs.d
erlang \ erlang
eslintrc.js \ eslintrc.js
gemrc \ gemrc
gitconfig \ gitconfig
gitignore \ gitignore
hgrc \ hgrc
hyper.js \ hyper.js
irbrc \ irbrc
peco \ peco
powconfig \ powconfig
rspec \ rspec
rubocop.yml \ rubocop.yml
tmux \ tmux
tmux.conf \ tmux.conf
) )
LOAD_FILES=(profile zshrc) LOAD_FILES=(profile zshrc)