diff --git a/CHANGELOG.md b/CHANGELOG.md index a48a24e..1bc832c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/VERSION b/VERSION index 27f9cd3..a8fdfda 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.0 +1.8.1 diff --git a/home/.bashrc b/home/.bashrc index d65dd8c..ad0b152 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -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