This commit is contained in:
Fjölnir Ásgeirsson 2012-12-02 09:53:44 -08:00
commit f19a3dca77

View file

@ -1,7 +1,7 @@
# Simple theme based on my old zsh settings.
function get_host {
echo '@'`hostname`''
echo '@'`hostname -s`''
}
PROMPT='> '