mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-22 20:30:09 +01:00
add roswell bin to PATH
This commit is contained in:
parent
d6517d25de
commit
610ca2209a
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ export CXX=clang++
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
# paths
|
# 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;;"
|
export LUA_CPATH="$HOME/.local/lib/lua/?.so;$HOME/.local/lib/lua/?.lua;;"
|
||||||
|
|
||||||
if which racket >/dev/null
|
if which racket >/dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue