diff options
author | binary <me@rgoncalves.se> | 2020-08-12 18:53:50 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-08-12 18:53:50 +0200 |
commit | 182326c24f63e9ac8c16fad055f0a65a0be323ea (patch) | |
tree | 23efb25afb47cb59af29377095f9b71f649343af /roles/setup_utils | |
parent | c856196a3471a2e7d547a11ec42d69f13a8fe31a (diff) | |
download | infrastructure-182326c24f63e9ac8c16fad055f0a65a0be323ea.tar.gz |
show dir in shell
Diffstat (limited to 'roles/setup_utils')
-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" |