This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # If not running interactively, don't do anything | |
| [[ $- != *i* ]] && return | |
| # Prompt goodness | |
| # | |
| # This is for my local machine, so I don't display the host to save space (I do on remote servers). | |
| # It looks like this: | |
| # | |
| # ~/Code/some_dir(my-git-branch)$ | |
| # |
NewerOlder