Changeset 9bc0481 in dotfiles for guix/.dotfiles/.bash_profile
- Timestamp:
- Dec 12, 2024, 4:57:35 PM (5 weeks ago)
- Branches:
- master
- Children:
- eb58262
- Parents:
- f30e1cd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.dotfiles/.bash_profile
rf30e1cd r9bc0481 11 11 12 12 # export https_proxy=https://localhost:9250 13 export http_proxy=https://localhost:925013 # export http_proxy=https://localhost:9250 14 14 export SOCKS_SERVER=localhost:9050 15 15 … … 21 21 # Honor per-interactive-shell startup file 22 22 if [ -f ~/.bashrc ]; then source ~/.bashrc; fi 23 24 gpg-connect-agent updatestartuptty /bye
Note:
See TracChangeset
for help on using the changeset viewer.