From ac49a103a6d755c2e64523a76ae4cdecb0f44ecb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 4 Jun 2012 23:57:12 +1200 Subject: Brackets for visual cue that I'm using Zsh --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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. -- cgit v1.2.3