diff options
author | Ben Hilburn <bhilburn@gmail.com> | 2017-08-26 20:31:43 +0300 |
---|---|---|
committer | Ben Hilburn <bhilburn@gmail.com> | 2017-08-26 20:31:43 +0300 |
commit | a4c3fbd76b2bbd7ccb1c99a88824eb371d53373e (patch) | |
tree | 0af48968b8c9afdf8ab9a711f3b476df27c17a4c /README.md | |
parent | c4e3d70fd77d49d31feb7066cd47f77196833e76 (diff) | |
parent | 44871a455bac24a3f215b5748fd5b925dfe4d487 (diff) |
Merge branch 'master' into next
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -321,7 +321,7 @@ POWERLEVEL9K_CONTEXT_TEMPLATE="%n@`hostname -f`" ``` You can set the `POWERLEVEL9K_CONTEXT_HOST_DEPTH` variable to change how the -hostname is displayed. See (ZSH Manual)[http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Login-information] +hostname is displayed. See [ZSH Manual](http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Login-information) for details. The default is set to %m which will show the hostname up to the first ‘.’ You can set it to %{N}m where N is an integer to show that many segments of system hostname. Setting N to a negative integer will show that many segments from the |