diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2016-12-21 01:42:04 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2016-12-21 01:42:04 +0300 |
commit | 3bcc12b547718ce5547321a5bc2e408a32447357 (patch) | |
tree | c9bc2717be121621e848be4e88d3d7113ea9dc94 /README.md | |
parent | 7a49c9704dbbb0f1be1f9314410f41bcfd859d5e (diff) | |
parent | 30076080a734c0bff552293b8b2d4e7c69019c03 (diff) |
Merge branch 'next' of https://github.com/shibumi/powerlevel9k into shibumi-next
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -243,6 +243,11 @@ elements (it is by default), and define a `DEFAULT_USER` in your `~/.zshrc`: |----------|---------------|-------------| |`DEFAULT_USER`|None|Username to consider a "default context" (you can also use `$USER`)| +You can use POWERLEVEL9K_HIDE_HOST for hiding the hostname in the prompt +when you are not in a ssh session. For example: + + POWERLEVEL9K_HIDE_HOST="yes" + ##### dir The `dir` segment shows the current working directory. When using the "Awesome |