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