Skip to content

Commit c257d6e

Browse files
✨ feat(update): Copy links as links.
1 parent 77004b7 commit c257d6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/dotfiles-diff-list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rsync \
1010
--exclude "Makefile" \
1111
--exclude "README.md" \
1212
--exclude "LICENSE" \
13-
-avnchL \
13+
-avnchl \
1414
"$DOTFILES"/ "$HOME"/ | \
1515
tail -n +2 | \
1616
head -n -3 | \

bootstrap/dotfiles-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function doIt() {
3535
--exclude "Makefile" \
3636
--exclude "README.md" \
3737
--exclude "LICENSE" \
38-
-avhL --no-perms \
38+
-avhl --no-perms \
3939
"$DOTFILES"/ "$HOME"/ 1>/dev/null;
4040

4141
# shellcheck source=.bash_profile

0 commit comments

Comments
 (0)