updated zeptorc

This commit is contained in:
hellerve
2016-05-19 15:12:13 +02:00
parent 7b565a13bd
commit 1adbf7d424

View File

@@ -1 +1,4 @@
(zepto:add-to-path (++ (get-home-dir) "/.zeps/")) (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)))