diff options
Diffstat (limited to 'roles/setup_utils/files')
-rw-r--r-- | roles/setup_utils/files/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/setup_utils/files/zshrc b/roles/setup_utils/files/zshrc index ed0a87b..21260a3 100644 --- a/roles/setup_utils/files/zshrc +++ b/roles/setup_utils/files/zshrc @@ -18,4 +18,4 @@ zstyle ':completion:*' matcher-list '' 'm:{[:lower:][:upper:]}={[:upper:][:lower autoload -Uz compinit compinit -u -PROMPT="%B %n@%m %# %b" +PROMPT="%B %n@%m %~ %# %b" |