From b20ed044c2db013370b43c6e98774c9b64264304 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Wed, 23 Jun 2021 18:12:01 -0400 Subject: add luarocks fish plugin --- dot_config/private_fish/plug/luarocks.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dot_config/private_fish/plug/luarocks.fish (limited to 'dot_config/private_fish') diff --git a/dot_config/private_fish/plug/luarocks.fish b/dot_config/private_fish/plug/luarocks.fish new file mode 100644 index 0000000..833503d --- /dev/null +++ b/dot_config/private_fish/plug/luarocks.fish @@ -0,0 +1,3 @@ +type -qf luarocks || exit +set -x LUA_CPATH (luarocks path --lr-cpath) +set -x LUA_PATH (luarocks path --lr-path) -- cgit v1.2.3