Releases: marcomontalbano/bash_profile
Releases · marcomontalbano/bash_profile
1.3.0
Added GIT Remotes management
PS1 has been changed.
The yellow line for GIT is now composed with: [GIT remote branch]
.
Check for Update
Update to latest release with bash_profile__update
.
1.2.0
What's new
- Added proxy configuration for APM (Atom Package Manager)
- Added version number (usage:
bash_profile__version
) - Added https proxy settings (usage:
proxy__set http://domain:8080
orproxy__set http://domain:8080 https://domain:8080
)
Fixes
- Set proxy works faster
- Fixed java example on README
- Updated README with SFTP section
- Updated special characters
- Fixed PROMPT_COMMAND
- Fixed RED colors for Git
- Simplified Git and Svn integration.
- Fixed PS1 for Windows users.
1.1.0
Added bash completion for SSH
What's new
- Moved
.bash_completion_git
and.bash_completion_svn
files to another folder.
If you are using them you need to run:
mv ~/.bash_completion_git ~/bash_profile/.bash_completion_git
mv ~/.bash_completion_svn ~/bash_profile/.bash_completion_svn
- Added bash completion for SSH. To enable it you need to run:
curl https://gist.githubusercontent.com/marcomontalbano/7c48f6756e4e4133c30fdb8e1fff3100/raw -o ~/bash_profile/.bash_completion_ssh
1.0.0
First release.