aboutsummaryrefslogtreecommitdiff
path: root/src/vars.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/vars.cc')
-rw-r--r--src/vars.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vars.cc b/src/vars.cc
index 4957be4..b4c2abe 100644
--- a/src/vars.cc
+++ b/src/vars.cc
@@ -15,6 +15,8 @@ struct Pkg {
const std::string home_dir = std::getenv("HOME");
+const std::string config_file = home_dir + "/.config/pkgit/init.lua";
+
const std::string bin = home_dir + "/.local/bin";
const std::string lib = home_dir + "/.local/lib";
const std::string include = home_dir + "/.local/include";