Skip to content

Sample `.bash_profile` configuration files that I've found and modified to my liking.

Notifications You must be signed in to change notification settings

jrmsklar/bash-profile

Repository files navigation

bash-profile

Sample .bash_profile configuration files that I've found and modified to my liking. Contain some useful code for modifying your command prompt as well as nice aliases.

I personally use bash_profile_3.

Usage

In order to configure your bash profile to one of the profiles below, create a folder in your home (~) directory called .bash_profiles and add the git-prompt.sh file. Add as many profiles to this directory as you like, and create a symbolic link from whichever one you wish to use as your default bash profile to .bash_profile.

Command for this:

ln -s /path/to/desired/profile ~/.bash_profile

Screenshots

bash_profile_1.sh:

bash_profile_2.sh:

bash_profile_3.sh:

bash_profile_4.sh:

bash_profile_5.sh:

bash_profile_6.sh:

bash_profile_7.sh:

Documentation

Useful links: http://mediadoneright.com/content/ultimate-git-ps1-bash-prompt http://www.thegeekstuff.com/2008/09/bash-shell-ps1-10-examples-to-make-your-linux-prompt-like-angelina-jolie/

About

Sample `.bash_profile` configuration files that I've found and modified to my liking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages