Edited Kardan theme to strip domain information off the hostname to keep the prompt short and tidy.

This commit is contained in:
Fjölnir Ásgeirsson 2011-06-25 01:02:03 -07:00
commit 20384cd06a

View file

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