Compare commits

..

No commits in common. "main" and "v1.8.0" have entirely different histories.
main ... v1.8.0

3 changed files with 1 additions and 6 deletions

View File

@ -4,10 +4,6 @@ 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/), 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). 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 ## [1.8.0] - 2021-11-27
### Added ### Added
- [Polish Readme](README.pl.md). - [Polish Readme](README.pl.md).

View File

@ -1 +1 @@
1.8.1 1.8.0

View File

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