forgot zshrc
This commit is contained in:
parent
6fb41b4ee7
commit
e1e2e43fc1
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ fi
|
|||
ssh_hostname=""
|
||||
get_is_in_ssh() {
|
||||
if [[ ! -z $SSH_TTY ]]; then
|
||||
ssh_hostname="%F{blue}[%m]%f "
|
||||
ssh_hostname=" %F{blue}[%m]%f"
|
||||
fi
|
||||
}
|
||||
precmd_functions+=(get_is_in_ssh)
|
||||
|
|
Loading…
Reference in a new issue