aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.