diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2016-12-11 06:39:45 +0300 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2016-12-18 23:08:43 +0300 |
commit | 30076080a734c0bff552293b8b2d4e7c69019c03 (patch) | |
tree | cc64b16e4d80bb437d82007b6b4342ce71560fbf /README.md | |
parent | 202ab1500727e4f37545eaff849d4f9a52b823c4 (diff) |
added ssh support and POWERLEVEL9K_HIDE_HOST feature
refactorized the sourcecode
added true/false switch
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -241,6 +241,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 |