Rename my Mac;

Add comfort Proxy, git functions;
Add macnst function
This commit is contained in:
Philip Henning 2023-02-07 14:11:35 +01:00
parent 3bfe88db50
commit fa4a927b5f
3 changed files with 53 additions and 7 deletions

View file

@ -1,4 +1,4 @@
{%@@ if profile == 'VWAGWOY00349' @@%}
{%@@ if profile == 'WVDEWOBMC001307' @@%}
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zprofile.pre.zsh" ]] && . "$HOME/.fig/shell/zprofile.pre.zsh"
{%@@ endif @@%}
@ -14,7 +14,7 @@ export VISUAL
EDITOR='vim'
export EDITOR
{%@@ if profile == 'VWAGWOY00349' @@%}
{%@@ if profile == 'WVDEWOBMC001307' @@%}
[[ $(command -v /opt/homebrew/bin/brew) ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
# Added by Toolbox App
@ -42,7 +42,7 @@ export XDG_CONFIG_HOME
wsl.exe -d wsl-vpnkit service wsl-vpnkit start
{%@@ endif @@%}
{%@@ if profile == 'VWAGWOY00349' @@%}
{%@@ if profile == 'WVDEWOBMC001307' @@%}
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/zprofile.post.zsh" ]] && . "$HOME/.fig/shell/zprofile.post.zsh"
{%@@ endif @@%}