aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-05 02:23:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-05 02:23:53 +1200
commita756b677556cfffe86f0e04ac286bb76ed4b3b82 (patch)
treebfb6d14eb967b7f9bb40f0b7f09fed23bcdeb604 /bash
parentBrackets for visual cue that I'm using Zsh (diff)
downloaddotfiles-a756b677556cfffe86f0e04ac286bb76ed4b3b82.tar.gz
dotfiles-a756b677556cfffe86f0e04ac286bb76ed4b3b82.zip
Actually I like this in general
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index ad9a5c20..74c55684 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -54,7 +54,7 @@ stty -ixon
setterm -bfreq 0
# Sensible prompts, we'll work out colors shortly.
-PS1='\u@\h:\w\$'
+PS1='[\u@\h:\w]\$'
PS2='...'
# Start stacking up options for ls and grep.