Skip to content

Commit 2a71a34

Browse files
committed
Fix firefox user.js linking
1 parent c11d46e commit 2a71a34

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ update-userjs:
2020
-p ~/.dotfiles/firefox \
2121
-d \
2222
-s
23-

install.conf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@
209209
description: Install user.js to *.lain-default profile
210210
command: |
211211
rm ~/.mozilla/firefox/*.lain-default/prefs.js || true
212-
ln -s ~/.dotfiles/firefox/user.js \
213-
~/.mozilla/firefox/*.lain-default/ 2>/dev/null || true
212+
ln -sf ~/.dotfiles/firefox/*.js \
213+
~/.mozilla/firefox/*.lain-default/
214214
# Install linuxbrew
215215
-
216216
description: Install linuxbrew

0 commit comments

Comments
 (0)