summaryrefslogtreecommitdiff
path: root/zsh/.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh')
-rw-r--r--zsh/.zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zsh/.zshrc b/zsh/.zsh/.zshrc
index b69c258..95e989e 100644
--- a/zsh/.zsh/.zshrc
+++ b/zsh/.zsh/.zshrc
@@ -99,6 +99,7 @@ function colo {
/usr/bin/cpp ${XRESOURCE_FILE} | tr -d ' \t' | sed -n \
-e "s/.*background:/${esc}]11;/p" \
-e "s/.*foreground:/${esc}]10;/p" \
+ -e "s/.*cursorColor:/${esc}]12;/p" \
-e "s/.*borderColor:/${esc}]708;/p" \
-e "s/.*color\\([0-9][^:]*\\):/${esc}]4;\\1;/p" | tr \\n \\a