summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-01-18 13:28:14 +0100
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-01-18 13:28:14 +0100
commita4f5cba0f21a4d12d016d08c095908d3e3b6ba12 (patch)
tree6c8e781ca8b7723a0d89bd83443667f751030c4e
parentfish: remove autosource in favor of the dot function (diff)
remove old stuff
-rw-r--r--dot_colordiffrc1
-rw-r--r--dot_config/luarocks/config.lua14
2 files changed, 0 insertions, 15 deletions
diff --git a/dot_colordiffrc b/dot_colordiffrc
deleted file mode 100644
index ab7322f..0000000
--- a/dot_colordiffrc
+++ /dev/null
@@ -1 +0,0 @@
-banner = no
diff --git a/dot_config/luarocks/config.lua b/dot_config/luarocks/config.lua
deleted file mode 100644
index 2831b9f..0000000
--- a/dot_config/luarocks/config.lua
+++ /dev/null
@@ -1,14 +0,0 @@
--- LuaRocks configuration
-
-rocks_trees = {
- { name = "user", root = home .. "/.local/luarocks" };
- { name = "system", root = "/usr" };
-}
-lua_interpreter = "lua";
-variables = {
- LUA_DIR = "/usr";
- LUA_BINDIR = "/usr/bin";
-}
-
-home_tree = home .. "/.local/luarocks"
-homeconfdir = home .. "/.config/luarocks"