mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-24 03:23:17 +01:00
fix LUA_CPATH
This commit is contained in:
parent
941484cefc
commit
d7bb0c00e9
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ export CXX=clang++
|
|||
export EDITOR=nvim
|
||||
|
||||
export PATH="$PATH:$HOME/.cargo/bin:$HOME/.local/bin:/var/lib/snapd/snap/bin:$HOME/go/bin"
|
||||
export LUA_CPATH="$HOME/.local/lib/lua/?.so;$HOME/.local/lib/lua/?.lua;;"
|
||||
|
||||
# initialization stuff
|
||||
ifpresent zoxide 'zoxide init fish | source'
|
||||
|
|
Loading…
Add table
Reference in a new issue