This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Pick a location to save your environment details | |
PROXY_FILE=$HOME/.my-env/proxies | |
# Source it so that new bash instances will pick up | |
# the current environment settings. | |
touch $PROXY_FILE | |
source <(cat $PROXY_FILE) | |
# Over-write the env file and soure it to ensure this window | |
# picks up the changes. |
NewerOlder