aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/.config/profile.d/20-dotnet.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-04-21 17:50:49 -0500
committerToby Vincent <tobyv13@gmail.com>2023-04-21 17:50:49 -0500
commit4d269aca3c9dd67dee3b157e2e862fd7d01b88b4 (patch)
tree0728bdfe5f1117230485426165d4337321fbfbc2 /sh/.config/profile.d/20-dotnet.sh
parenta30a775b7e4b18df431aa6cef85015d1c7498218 (diff)
feat(nvim): add c# support
Diffstat (limited to 'sh/.config/profile.d/20-dotnet.sh')
-rw-r--r--sh/.config/profile.d/20-dotnet.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.config/profile.d/20-dotnet.sh b/sh/.config/profile.d/20-dotnet.sh
index f91a66b..9e89365 100644
--- a/sh/.config/profile.d/20-dotnet.sh
+++ b/sh/.config/profile.d/20-dotnet.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+export OMNISHARPHOME="$XDG_CONFIG_HOME/omnisharp"
export DOTNET_CLI_HOME="$XDG_DATA_HOME/dotnet"
export PATH="$PATH:$DOTNET_CLI_HOME/tools"