summaryrefslogtreecommitdiff
path: root/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-14 16:48:41 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-14 16:48:41 +0900
commit12f47e852d5db80d9ac95690bb9a117ccff2c4e3 (patch)
tree78ea006dd5647c7d6fbf5d9aaf8d52a13617c229 /ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua
parent1d778c5dd0f161c0150e064d8e6fcddd47a9dbbe (diff)
updates
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua')
-rw-r--r--ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua
index 41adb5a..730ebfe 100644
--- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua
+++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/dadbod.lua
@@ -18,6 +18,7 @@ return {
firefox = "sqlite://" .. home .. "/.mozilla/firefox/si.default/places.sqlite",
mysql = "mariadb://user:password@localhost/mysql",
postsql = "postgresql://postgres:mypassword@localhost:5432/postgresql",
+ qutebrowser = "sqlite://" .. home .. "/.local/share/qutebrowser/history.sqlite",
sqlite = "sqlite://" .. home .. "/.local/share/db/sqlite.db",
}
local wk = require("which-key")