Proxy settings

This commit is contained in:
Rodolphe Bréard 2021-01-14 11:49:31 +01:00
parent a912f30162
commit aad8043668
2 changed files with 6 additions and 0 deletions

View file

@ -45,3 +45,6 @@ pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1 && export SSH_AGENT_PID=$(pgrep
# Aliases
[ -f "$HOME/.aliases" ] && . "$HOME/.aliases"
# Proxy settings
[ -f "$HOME/.proxy" ] && . "$HOME/.proxy"