Skip to content

Commit b0e3519

Browse files
committed
Revert "Fix RTK config dir collision with home-persist symlink"
This reverts commit 315073f.
1 parent 315073f commit b0e3519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/rtk/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sudo mkdir -p /etc/home-persist.d
3131
sudo tee /etc/home-persist.d/rtk.json >/dev/null <<'EOF'
3232
{
3333
"source": "rtk",
34-
"paths": [".local/share/rtk/history.db"]
34+
"paths": [".config/rtk", ".local/share/rtk/history.db"]
3535
}
3636
EOF
3737

0 commit comments

Comments
 (0)