mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-11 16:54:16 +08:00
Change all hostname calls for $HOST or $SHORT_HOST
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Simple theme based on my old zsh settings.
|
||||
|
||||
function get_host {
|
||||
echo '@'`hostname`''
|
||||
echo '@'$HOST
|
||||
}
|
||||
|
||||
PROMPT='> '
|
||||
|
||||
Reference in New Issue
Block a user