...
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
# bun
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
@@ -12,3 +14,7 @@ export NVM_DIR="$HOME/.nvm"
|
||||
# dotnet
|
||||
export DOTNET_ROOT="$HOME/.dotnet"
|
||||
export PATH="$DOTNET_ROOT:$PATH"
|
||||
|
||||
export PATH="$HOME/repos/nub-lang/compiler/NubLang.CLI/bin/Debug/net9.0:$PATH"
|
||||
export PATH="$HOME/repos/nub-lang/compiler/NubLang.LSP/bin/Debug/net9.0:$PATH"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user