Skip to content

Releases: marcomontalbano/bash_profile

1.5.4

19 Jul 08:02
Compare
Choose a tag to compare

What's new

  • Added new aliases:
alias l='ls'
alias cl='curl -L'
alias ..='cd ..'
alias ...='cd ...'
alias sl='ls'
alias c='clear'

1.5.3

17 Jan 16:33
Compare
Choose a tag to compare

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

07 Aug 10:46
Compare
Choose a tag to compare

What's new

  • modified command git__update_date. Now you can send arguments to the datecommand.
# usage
git__update_date -v-1d -v+4H

1.5.1

10 Jun 17:52
Compare
Choose a tag to compare

What's new

  • added new command git__update_date . update last commit with current date

1.5.0

10 Jun 17:50
Compare
Choose a tag to compare

What's new

  • added network utilities
  • splitted files

1.4.4

08 May 20:44
Compare
Choose a tag to compare

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

05 May 15:51
Compare
Choose a tag to compare
  • Changed suggestion: preferring --force-with-lease instead of --force.

1.4.2

02 May 08:23
Compare
Choose a tag to compare
  • Added options for proxy.

1.4.1

02 May 07:23
Compare
Choose a tag to compare
  • Updated README.md with new functionality.

1.4.0

30 Apr 18:01
Compare
Choose a tag to compare

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