From 1adbf7d42406da0976aa309bc2f730250e89be1c Mon Sep 17 00:00:00 2001 From: hellerve Date: Thu, 19 May 2016 15:12:13 +0200 Subject: [PATCH] updated zeptorc --- zeptorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zeptorc b/zeptorc index bff190e..261d26d 100644 --- a/zeptorc +++ b/zeptorc @@ -1 +1,4 @@ (zepto:add-to-path (++ (get-home-dir) "/.zeps/")) +(define col (lambda (x) (color x #{:to-str #t}))) +(define *prompt* (++ (col :blue) (col :bold) *prompt* (col :reset))) +(define *ret* (++ (col :red) (col :bold) *ret* (col :reset)))