From 21074b3c0a5bc53dfbe212f873633d14a337632f Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sat, 10 Jul 2021 20:53:07 -0400 Subject: update/fix plugins --- dot_config/private_fish/plug/luarocks.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/private_fish/plug/luarocks.fish') diff --git a/dot_config/private_fish/plug/luarocks.fish b/dot_config/private_fish/plug/luarocks.fish index 833503d..7057f1d 100644 --- a/dot_config/private_fish/plug/luarocks.fish +++ b/dot_config/private_fish/plug/luarocks.fish @@ -1,3 +1,3 @@ type -qf luarocks || exit set -x LUA_CPATH (luarocks path --lr-cpath) -set -x LUA_PATH (luarocks path --lr-path) +set -x LUA_PATH (luarocks path --lr-path)";./?.lua" -- cgit v1.2.3