summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-01-11 21:41:04 +0100
committerGravatar Tom Willemsen2012-01-11 21:41:04 +0100
commit39968ad1165d53a0450a65e835b72e13f4e18d1e (patch)
tree5fbc57e78b9895e57f08fdc926d3a223fd3afa6f /.zsh
parenteac44bf15a9a7c0a78ee1f5d97292352f0d8dfa6 (diff)
downloaddotfiles-39968ad1165d53a0450a65e835b72e13f4e18d1e.tar.gz
dotfiles-39968ad1165d53a0450a65e835b72e13f4e18d1e.zip
.zsh/functions/prompt
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/functions/prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt
index bcd3397..91710d9 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 $hostname "$(date)"
+line $hostname "$(date +%Y%m%d%H.%M)"
if [ $pac_cnt -gt 0 -o $aur_cnt -gt 0 ]; then
printf "%s%d%s/%s%d%s:" \