We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315073f commit b0e3519Copy full SHA for b0e3519
1 file changed
scripts/rtk/install.sh
@@ -31,7 +31,7 @@ sudo mkdir -p /etc/home-persist.d
31
sudo tee /etc/home-persist.d/rtk.json >/dev/null <<'EOF'
32
{
33
"source": "rtk",
34
- "paths": [".local/share/rtk/history.db"]
+ "paths": [".config/rtk", ".local/share/rtk/history.db"]
35
}
36
EOF
37
0 commit comments