I am using powerline with bash, fish, and tmux. The hostname shows up when logging in to remote systems with SSH. But I want to also enable the hostname segment for local users. Here is how it looks on a remote system.
Here is how it looks on as a local user. Note that I have hostname set on the local machine.
The tmux theme works fine.
I have tried editing the default theme by omitting the priority to always show the hostname segment disregarding the display width, and also edited the "only_if_ssh": false argument. How can I enable showing the hostname in the shell prompt as well?



I had to change the following config files to show the hostname for a local system.
powerline/config.jsonto make the keyext:shell:themepoint to my custom theme.jsonfile__main__.jsonas follows.