File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.8.1] - 2021-11-28
8+ ### Added
9+ - Alias with proxy for PIP to [ Bash Config] ( home/.bashrc )
10+
711## [ 1.8.0] - 2021-11-27
812### Added
913- [ Polish Readme] ( README.pl.md ) .
Original file line number Diff line number Diff line change 1- 1.8.0
1+ 1.8.1
Original file line number Diff line number Diff line change @@ -26,5 +26,6 @@ alias lh='l --human-readable'
2626alias ll=' lh -l'
2727alias la=' ll --all'
2828alias paste=' termux-clipboard-paste'
29+ alias pip=' pip --proxy "socks5h://${RANDOM}:${RANDOM}@127.0.0.1:9050"'
2930
3031source ~ /.bashrc-secret
You can’t perform that action at this time.
0 commit comments