Skip to content

Commit 88580ed

Browse files
committed
Add alias with proxy for PIP to Bash config
Signed-off-by: PandaCoderPL <git@pandacoderpl.anonaddy.me>
1 parent 579939c commit 88580ed

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.0
1+
1.8.1

home/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ alias lh='l --human-readable'
2626
alias ll='lh -l'
2727
alias la='ll --all'
2828
alias paste='termux-clipboard-paste'
29+
alias pip='pip --proxy "socks5h://${RANDOM}:${RANDOM}@127.0.0.1:9050"'
2930

3031
source ~/.bashrc-secret

0 commit comments

Comments
 (0)