summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"