Change fig placements in zshrc and zprofile;

Add system arch based homebrew installation chooser
This commit is contained in:
Philip Henning 2022-02-08 11:53:29 +01:00
parent 355c7bf340
commit d35ce3fbc2
2 changed files with 33 additions and 9 deletions

View file

@ -1,3 +1,10 @@
{%@@ if profile == 'VWAGWOY00349' @@%}
#### FIG ENV VARIABLES ####
# Please make sure this block is at the start of this file.
[ -s ~/.fig/shell/pre.sh ] && source ~/.fig/shell/pre.sh
#### END FIG ENV VARIABLES ####
{%@@ endif @@%}
#
# {{@@ header() @@}}
#
@ -28,3 +35,10 @@ export XDG_CONFIG_HOME
# 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 @@%}
{%@@ if profile == 'VWAGWOY00349' @@%}
#### FIG ENV VARIABLES ####
# Please make sure this block is at the end of this file.
[ -s ~/.fig/fig.sh ] && source ~/.fig/fig.sh
#### END FIG ENV VARIABLES ####
{%@@ endif @@%}