From ebfcc32848956ea3a78de15acb4ac29dc3275d76 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Thu, 3 Nov 2016 00:36:31 +0100 Subject: [PATCH] markingbird changes --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index c157ed0..dd87a54 100755 --- a/zshrc +++ b/zshrc @@ -9,6 +9,9 @@ LD_PRELOAD='/home/cip/2013/ik15ydit/.config/libcoloredstderr.so' COLORED_STDERR_FDS=2, export LD_PRELOAD COLORED_STDERR_FDS +#markingbird +export PYTHONPATH=/local/python3-typing + #seperation string between commands setopt promptsubst PS1=%F{green}$'${(r:$COLUMNS::\u2500:)}'%f$PS1