summaryrefslogtreecommitdiffstats
path: root/.zsh/functions/prompt
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-11 21:37:34 +0100
committerGravatar Tom Willemsen2012-01-11 21:37:34 +0100
commitd1458e88a1d3a6cc5a38a48af59ccdea043a4e8b (patch)
treeb888b9ca8a11e1bff9767025ceec79281d23bb91 /.zsh/functions/prompt
parent89c865eb479573790bd32052e4420b2e46f77815 (diff)
downloaddotfiles-d1458e88a1d3a6cc5a38a48af59ccdea043a4e8b.tar.gz
dotfiles-d1458e88a1d3a6cc5a38a48af59ccdea043a4e8b.zip
.zsh/functions/prompt
Diffstat (limited to '.zsh/functions/prompt')
-rw-r--r--.zsh/functions/prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt
index 4a1a90c..419726c 100644
--- a/.zsh/functions/prompt
+++ b/.zsh/functions/prompt
@@ -4,7 +4,7 @@ local pac_cnt=$(get_cnt updates)
local aur_cnt=$(get_cnt aur)
local hostname=$(hostname | cut -d . -f 1)
-line
+line $hostname $(date)
if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then
printf "%s%d%s/%s%d%s:" \