restrict solo pulls to work machines

This commit is contained in:
2026-06-06 11:34:04 -04:00
parent cd73ea0859
commit ed139c13a3
2 changed files with 6 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ alias cdjb='cd $HOME/src/github.com/jbohanon'
alias cdgh='cd $HOME/src/github.com'
alias cdo='cd $HOME/Documents/obsidian/work'
alias nvo='cdo && nvim .'
alias cddd='cd $HOME/src/github.com/AustinRobinson/DrivingDoc'
alias nvdd='cddd && nvim .'
if [[ $(uname) == Linux ]]; then
alias pbcopy='xsel --clipboard --input'
@@ -74,4 +76,4 @@ alias sz='source $HOME/.zshrc'
eval "$(starship init zsh)"
. "$HOME/.local/share/../bin/env"
# [[ -f "$HOME/.local/share/../bin/env" ]] && . "$HOME/.local/share/../bin/env"

View File

@@ -1,3 +1,5 @@
if [[ -f "$HOME/.work-machine" ]]; then
SOLO_DIR="$HOME/src/github.com/solo-io"
SOLO_GITHUB="https://github.com/solo-io"
@@ -111,3 +113,4 @@ alias nvagwe='cdagwe && nvim_readme'
alias cdkgw='cd $KGW_DIR/kgateway'
alias nvkgw='cdkgw && nvim_readme'
fi