diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-07-29 08:32:53 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-07-29 08:32:53 -0700 |
commit | e72e1984c38da03f5f4b49faef37589cbc535694 (patch) | |
tree | f3b09bd184f994d61e342bf842519b2f018da3f0 /zshenv | |
parent | [zsh] use `mg` as default editor in the terminal (diff) | |
download | emacs.d-e72e1984c38da03f5f4b49faef37589cbc535694.tar.gz |
[zsh] small improvement to the prompt
Diffstat (limited to '')
-rw-r--r-- | zshenv | 2 |
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" |