summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-07-29 08:32:53 -0700
committerFranck Cuny <fcuny@twitter.com>2019-07-29 08:32:53 -0700
commite72e1984c38da03f5f4b49faef37589cbc535694 (patch)
treef3b09bd184f994d61e342bf842519b2f018da3f0
parent[zsh] use `mg` as default editor in the terminal (diff)
downloademacs.d-e72e1984c38da03f5f4b49faef37589cbc535694.tar.gz
[zsh] small improvement to the prompt
-rw-r--r--zshenv2
1 files changed, 1 insertions, 1 deletions
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"