mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Modify how .net env vars are set
This commit is contained in:
		
							parent
							
								
									c7fb852a14
								
							
						
					
					
						commit
						03af2feda9
					
				| 
						 | 
					@ -3,7 +3,6 @@ function define_global_variables -d 'Defines all and exclusively globally export
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    set -gx DOTNET_ENVIRONMENT Development
 | 
					    set -gx DOTNET_ENVIRONMENT Development
 | 
				
			||||||
    set -gx DOTNET_CLI_TELEMETRY_OPTOUT true
 | 
					    set -gx DOTNET_CLI_TELEMETRY_OPTOUT true
 | 
				
			||||||
    set -gx DOTNET_ROOT $HOME/.asdf/installs/dotnet-core/(command -q dotnet; and dotnet --version)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
    set -gx EDITOR nvim
 | 
					    set -gx EDITOR nvim
 | 
				
			||||||
    set -gx BROWSER qutebrowser
 | 
					    set -gx BROWSER qutebrowser
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,6 @@
 | 
				
			||||||
function import_sources -a uname -d 'Loads any additional fish files needed at init.'
 | 
					function import_sources -a uname -d 'Loads any additional fish files needed at init.'
 | 
				
			||||||
    command -q kitty; and kitty + complete setup fish | source
 | 
					    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"
 | 
					    switch "$uname"
 | 
				
			||||||
        case 'Linux'
 | 
					        case 'Linux'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue