nim ftw
This commit is contained in:
parent
2de2015a5e
commit
3becae8a69
1 changed files with 5 additions and 0 deletions
|
@ -122,3 +122,8 @@ if [ -d "$HOME/.bun" ]; then
|
||||||
# export PATH="$BUN_INSTALL/bin:$PATH"
|
# export PATH="$BUN_INSTALL/bin:$PATH"
|
||||||
add-to-path prepend "$BUN_INSTALL/bin:$PATH"
|
add-to-path prepend "$BUN_INSTALL/bin:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d "$HOME/.nimble" ]; then
|
||||||
|
# export PATH=/home/daylin/.nimble/bin:$PATH
|
||||||
|
add-to-path prepend "$HOME/.nimble/bin"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue