diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/private_fish/plug/luarocks.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
