mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 04:28:11 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# {{@@ header() @@}}
 | 
						|
#
 | 
						|
 | 
						|
# Use vim as editor on X
 | 
						|
VISUAL='vim'
 | 
						|
export VISUAL
 | 
						|
# Use vim as standard editor
 | 
						|
EDITOR='vim'
 | 
						|
export EDITOR
 | 
						|
 | 
						|
{%@@ if profile == 'WVDEWOBMC001307' @@%}
 | 
						|
[[ $(command -v /opt/homebrew/bin/brew) ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
 | 
						|
 | 
						|
# Added by Toolbox App
 | 
						|
export PATH="$PATH:/Users/vw6au89/Library/Application Support/JetBrains/Toolbox/scripts"
 | 
						|
{%@@ endif @@%}
 | 
						|
 | 
						|
# Initialize pyenv
 | 
						|
[[ $(command -v pyenv) ]] && export PYENV_ROOT="$HOME/.pyenv"
 | 
						|
[[ $(command -v pyenv) ]] && command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
 | 
						|
[[ $(command -v pyenv) ]] && eval "$(pyenv init -)"
 | 
						|
 | 
						|
{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' @@%}
 | 
						|
# Set DOTNET_ROOT enviroment variable
 | 
						|
DOTNET_ROOT=/opt/dotnet
 | 
						|
export DOTNET_ROOT
 | 
						|
 | 
						|
{%@@ endif @@%}
 | 
						|
{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' or profile == 'ymir' @@%}
 | 
						|
# Set XDG_CONFIG_HOME
 | 
						|
XDG_CONFIG_HOME="{{@@ env['HOME'] @@}}/.config"
 | 
						|
export XDG_CONFIG_HOME
 | 
						|
 | 
						|
{%@@ endif @@%}
 | 
						|
{%@@ if profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' or profile == 'yoetunheimr' or profile == 'ymir' @@%}
 | 
						|
# Run VPN-Kit alpine VM to route traffic through Windows and if connected through VPNs
 | 
						|
wsl.exe -d wsl-vpnkit service wsl-vpnkit start
 | 
						|
{%@@ endif @@%}
 |