Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 804 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 804 Bytes

bash-status-line

Status bar for BASH

Installation

To install you could use the install script (requires Git) using cURL:

curl https://raw.github.com/adone/bash-status-line/master/install.sh | sh

or Wget:

wget -qO- https://raw.github.com/adone/bash-status-line/master/install.sh | sh

The script clones the bash-status-line repository to ~/.bsl and adds the source line to your profile (~/.bashrc).

Contributing

  1. Fork it ( http://github.com/adone/bash-status-line/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request