mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Modify how .net env vars are set
This commit is contained in:
parent
c7fb852a14
commit
03af2feda9
2 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
function import_sources -a uname -d 'Loads any additional fish files needed at init.'
|
||||
command -q kitty; and kitty + complete setup fish | source
|
||||
test -f ~/.asdf/plugins/dotnet-core/set-dotnet-home.fish; and source ~/.asdf/plugins/dotnet-core/set-dotnet-home.fish
|
||||
|
||||
switch "$uname"
|
||||
case 'Linux'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue