aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-04 23:57:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-04 23:57:12 +1200
commitac49a103a6d755c2e64523a76ae4cdecb0f44ecb (patch)
treea368a65a868044930cf8015c304227599d3ca1cd
parentUse hard wrap of 80 columns with Markdown (diff)
downloaddotfiles-ac49a103a6d755c2e64523a76ae4cdecb0f44ecb.tar.gz
dotfiles-ac49a103a6d755c2e64523a76ae4cdecb0f44ecb.zip
Brackets for visual cue that I'm using Zsh
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index aa2c8217..0693b961 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -55,7 +55,7 @@ zstyle ':completion:*' completer _expand _complete _correct _approximate
[[ -e ~/.ssh/agent ]] && . ~/.ssh/agent
# Sensible prompts, we'll work out colours shortly.
-PS1="%n@%m:%~%(!.#.$)"
+PS1="[%n@%m:%~]%(!.#.$)"
PS2="..."
# Start stacking up options for ls and grep.