add hostname to prompt
This commit is contained in:
parent
5a2c44905f
commit
9cfd99b22b
|
@ -53,7 +53,7 @@
|
|||
initExtra = ''
|
||||
eval "$(direnv hook zsh)"
|
||||
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
PROMPT='%F{blue}%n %F{cyan}%~ %F{red}♥ %f';
|
||||
PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red}♥ %f';
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue