jenkins pre-commit-hooks + aliases for git+brew

This commit is contained in:
MorganGeek
2020-06-29 13:34:06 +02:00
parent 36722b7086
commit 7c1f1f8bf2
7 changed files with 75 additions and 7 deletions

View File

@ -7,9 +7,9 @@ export PATH="$PATH:$HOME/.rvm/bin"
export PROXY_HOST=""
export JETBRAINS_LICENSE_SERVER=""
if test -f "$HOME/.secrets"; then
chmod +x "$HOME/.secrets"
source "$HOME/.secrets"
if test -f "$HOME/.scripts/secrets.sh"; then
chmod +x "$HOME/.scripts/secrets.sh"
source "$HOME/.scripts/secrets.sh"
alias proxy='ssh -D 8000 -N $(whoami)@$PROXY_HOST -i ~/.ssh/id_ed25519'
fi