Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
05abef50
Verified
Commit
05abef50
authored
Mar 24, 2018
by
Florian Pritz
Browse files
common/zshrc: Show full hostname in prompt
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
c0afd1e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/common/files/zshrc
View file @
05abef50
...
...
@@ -48,7 +48,7 @@ else
fi
local
host_color
=
"%F{green}"
local
path_color
=
"%F{blue}"
PROMPT
=
"
${
username_color
}
$USERNAME
%f@
${
host_color
}
%B%
m
%b%f
${
path_color
}
%B%~%b%f > "
PROMPT
=
"
${
username_color
}
$USERNAME
%f@
${
host_color
}
%B%
M
%b%f
${
path_color
}
%B%~%b%f > "
#}
## Spelling prompt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment