Releases: marcomontalbano/bash_profile
Releases · marcomontalbano/bash_profile
1.5.4
1.5.3
What's new
- updated proxy commands with
git
config.
# usage
proxy__set http://domain:8080
proxy__set http://domain:8080 https://domain:8080
proxy__unset
1.5.2
What's new
- modified command
git__update_date
. Now you can send arguments to thedate
command.
# usage
git__update_date -v-1d -v+4H
1.5.1
What's new
- added new command
git__update_date
. update last commit with current date
1.5.0
What's new
- added network utilities
- splitted files
1.4.4
What's new
- added proxy settings for rsync
- added Windows support for self-update
- added "What's New" section after update
- update README.md
1.4.3
- Changed suggestion: preferring
--force-with-lease
instead of--force
.
1.4.2
- Added options for proxy.
1.4.1
- Updated README.md with new functionality.
1.4.0
What's new
- Added splash screen with version number (usage
source ~/bash_profile/.bash_profile -w
) - Added self-update (usage:
source ~/bash_profile/.bash_profile -u
) - You can combine both with
source ~/bash_profile/.bash_profile -wu