diff options
| author | 2021-07-10 20:53:07 -0400 | |
|---|---|---|
| committer | 2021-07-10 20:53:07 -0400 | |
| commit | 21074b3c0a5bc53dfbe212f873633d14a337632f (patch) | |
| tree | 337af2456563421191a071e072c7edd04b88cc36 /dot_config/private_fish | |
| parent | fish: skim plugin (diff) | |
update/fix plugins
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" |
