Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.1 KB

File metadata and controls

53 lines (30 loc) · 1.1 KB

Better Bash

My custom bash configuration that I find it worth to share.

Features

  • Vibrant colors with symbolic unicode sugar, minimal footprint and time

    Minimal start

  • Git support

    Current working directory has a clean git repo

    Current working directory has a modified git repo

  • Background jobs indicator

    Background job support

  • Virtual environment support

    Virtual environment support

  • Return value indicator

    Return value support

  • Custom PS2

    Custom PS2

  • Empty directory

    Current working directory is empty

  • Custom ls colors

    Custom ls colors

Installation

For fresh install run:

mkdir ~/.betterbash
cd ~/.betterbash
git clone https://github.com/orcantiryaki/better-bash.git
./install

Your existing .bashrc and .bash_aliases files will be backed up to .bashrc.bak and .bash_aliases.bak.