mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-14 04:23:48 +01:00
add racket bin path to fish config
This commit is contained in:
parent
f7a5be7f50
commit
291706b446
1 changed files with 4 additions and 0 deletions
|
@ -16,3 +16,7 @@ export EDITOR=nvim
|
|||
# paths
|
||||
export PATH="$HOME/.mix/escripts:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/go/bin:$PATH"
|
||||
export LUA_CPATH="$HOME/.local/lib/lua/?.so;$HOME/.local/lib/lua/?.lua;;"
|
||||
|
||||
if which racket > /dev/null
|
||||
set -ax PATH (racket -e '(require setup/dirs) (display (path->string (find-user-console-bin-dir)))')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue