summaryrefslogtreecommitdiff
path: root/dot_config/private_fish/plug/luarocks.fish
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/private_fish/plug/luarocks.fish')
-rw-r--r--dot_config/private_fish/plug/luarocks.fish2
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 7057f1d..2e67a12 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
+type -qf luarocks || return
set -x LUA_CPATH (luarocks path --lr-cpath)
set -x LUA_PATH (luarocks path --lr-path)";./?.lua"