From e72e1984c38da03f5f4b49faef37589cbc535694 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 29 Jul 2019 08:32:53 -0700 Subject: [zsh] small improvement to the prompt --- zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshenv b/zshenv index 2bef3a9..60ad8d9 100644 --- a/zshenv +++ b/zshenv @@ -6,7 +6,7 @@ export PAGER="less" export TZ=America/Los_Angeles export GOPATH="${HOME}/workspace/go" -export PROMPT="%/ %# " +export PROMPT="%1/ %# " alias cp="cp -i" alias l="ls" -- cgit 1.4.1