From f5b50332f539c2c085bc18cbe943386bb2a3764f Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 30 Nov 2025 22:47:46 +0100 Subject: [PATCH] Add configuration for luarocks --- conf.d/luarocks.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 conf.d/luarocks.fish diff --git a/conf.d/luarocks.fish b/conf.d/luarocks.fish new file mode 100644 index 0000000..1724033 --- /dev/null +++ b/conf.d/luarocks.fish @@ -0,0 +1,3 @@ +if test -d $HOME/.luarocks + fish_add_path $HOME/.luarocks/bin +end