mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Change fig placements in zshrc and zprofile;
Add system arch based homebrew installation chooser
This commit is contained in:
parent
355c7bf340
commit
d35ce3fbc2
2 changed files with 33 additions and 9 deletions
|
@ -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 @@%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue