mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-06 14:13:40 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue