add roswell bin to PATH

This commit is contained in:
LordMZTE 2023-02-23 19:49:57 +01:00
parent d6517d25de
commit 610ca2209a
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -14,7 +14,7 @@ export CXX=clang++
export EDITOR=nvim
# paths
export PATH="$HOME/.mix/escripts:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/go/bin:$PATH"
export PATH="$HOME/.mix/escripts:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/go/bin:$PATH:$HOME/.roswell/bin"
export LUA_CPATH="$HOME/.local/lib/lua/?.so;$HOME/.local/lib/lua/?.lua;;"
if which racket >/dev/null