mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
parent
95a06f3927
commit
02d07f3e3d
15 changed files with 30 additions and 30 deletions
|
|
@ -17,7 +17,7 @@ function _user_host() {
|
|||
local me
|
||||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
me="%n@%m"
|
||||
elif [[ $LOGNAME != $USER ]]; then
|
||||
elif [[ $LOGNAME != $USERNAME ]]; then
|
||||
me="%n"
|
||||
fi
|
||||
if [[ -n $me ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue