summaryrefslogtreecommitdiff
path: root/ar/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-17 11:03:15 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-17 11:03:15 +0900
commita5e3e847412e458492bed8c148a779a1de251536 (patch)
tree300350b4dd15268ee2a9305fb2c6773743820993 /ar/.config/shell
parent7d986e8e63b615a728a84572e161c4c85f570571 (diff)
modified shell/profile
Diffstat (limited to 'ar/.config/shell')
-rw-r--r--ar/.config/shell/profile4
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"