diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-01-24 08:41:48 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-01-24 08:41:48 +0100 |
commit | edee13b3d1ced0aededa00f6520a8e3486cd3d88 (patch) | |
tree | 5df94d3dd381f8774b5407f5d95e06ff500d9172 | |
parent | bb49a553c8305bc9f6d111a92f26daa1310c704c (diff) | |
download | dotfiles-edee13b3d1ced0aededa00f6520a8e3486cd3d88.tar.gz dotfiles-edee13b3d1ced0aededa00f6520a8e3486cd3d88.tar.bz2 dotfiles-edee13b3d1ced0aededa00f6520a8e3486cd3d88.zip |
.bash_prompt: Add screenshot URL
-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 |