feat(.zshrc): show full user and host in prompt
icyphox icyph0x@protonmail.com
Thu, 22 Feb 2018 14:51:57 +0530
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -16,8 +16,11 @@ export PATH=$PATH:$HOME/bin
export GPG_TTY=$(tty) export INPUTRC=~/.inputrc +# theme specefic ZSH_THEME="spaceship" export SPACESHIP_CHAR_SYMBOL="> " +export SPACESHIP_USER_SHOW=always +export SPACESHIP_HOST_SHOW=always # plugins plugins=(git zsh-syntax-highlighting zsh-autosuggestions)