Add alias with proxy for PIP to Bash config

Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
main v1.8.1
PandaCoderPL 3 years ago
parent 579939c2b0
commit 88580ed5ce
Signed by: PandaCoderPL
GPG Key ID: 101E7BD8DF5C987B

@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.8.1] - 2021-11-28
### Added
- Alias with proxy for PIP to [Bash Config](home/.bashrc)
## [1.8.0] - 2021-11-27
### Added
- [Polish Readme](README.pl.md).

@ -1 +1 @@
1.8.0
1.8.1

@ -26,5 +26,6 @@ alias lh='l --human-readable'
alias ll='lh -l'
alias la='ll --all'
alias paste='termux-clipboard-paste'
alias pip='pip --proxy "socks5h://${RANDOM}:${RANDOM}@127.0.0.1:9050"'
source ~/.bashrc-secret

Loading…
Cancel
Save