From 1390b8b2e29a25081046c62af13e693eab885d1a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Apr 2016 15:38:05 -0700 Subject: [zsh] display the last 3 parts of the path. It makes it easier to spot where we are. --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zshrc') diff --git a/zshrc b/zshrc index 95f0f72..400cb2a 100644 --- a/zshrc +++ b/zshrc @@ -14,7 +14,7 @@ autoload -U select-word-style select-word-style bash # keep the prompt simple and short -PROMPT="%1~ %# " +PROMPT="%3~ %# " # emacs style bindkey -e -- cgit 1.4.1