From 3623002be1879c4a47263b69e6c3e0651bb50a77 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 17 May 2012 21:14:27 +0200 Subject: .zsh/functions/prompt --- .zsh/functions/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/functions/prompt b/.zsh/functions/prompt index 487732b..87152a5 100644 --- a/.zsh/functions/prompt +++ b/.zsh/functions/prompt @@ -14,4 +14,4 @@ printf '%s%s%s:%s%s%s%s ' \ "%{${fg[magenta]}%}" $hostname "%{${fg[default]}%}" \ "%(?.%{${fg[green]}%}.%{${fg[red]}%})" "%~" "%{${fg[default]}%}" -printf "$(/home/slash/code/projects/ps1time/src/baps1)" +printf "$(/home/slash/code/projects/baps1/src/baps1)" -- cgit v1.2.3-54-g00ecf