diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-17 11:03:15 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-17 11:03:15 +0900 |
| commit | a5e3e847412e458492bed8c148a779a1de251536 (patch) | |
| tree | 300350b4dd15268ee2a9305fb2c6773743820993 | |
| parent | 7d986e8e63b615a728a84572e161c4c85f570571 (diff) | |
modified shell/profile
| -rw-r--r-- | ar/.config/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile index 4cc0feb..eb4459b 100644 --- a/ar/.config/shell/profile +++ b/ar/.config/shell/profile @@ -129,8 +129,8 @@ export JUPYTER_PLATFORM_DIRS="1" export KODI_DATA="$XDG_DATA_HOME/kodi" ### --- LUA --- ### -export LUA_PATH="$XDG_CONFIG_HOME/luarocks/lib/lua/5.1/?.lua" -export LUA_CPATH="$XDG_CONFIG_HOME/luarocks/lib/lua/5.1/?.so" +export LUA_PATH="$XDG_CONFIG_HOME/luarocks/lib/lua/5.1/?.lua;$LUA_PATH" +export LUA_CPATH="$XDG_CONFIG_HOME/luarocks/lib/lua/5.1/?.so;$LUA_CPATH" ### --- LYNX --- ### export LYNX_CFG="$HOME/.config/lynx/lynx.cfg" |
