diff options
Diffstat (limited to '.bash_prompt')
-rw-r--r-- | .bash_prompt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_prompt b/.bash_prompt index 6301948..771d35a 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -1,5 +1,6 @@ # @gf3’s Sexy Bash Prompt, inspired by “Extravagant Zsh Prompt” # Shamelessly copied from https://github.com/gf3/dotfiles +# Screenshot: http://i.imgur.com/s0Blh.png if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then export TERM=gnome-256color |