From 8b9f3dc24cc526f939d98f52f0a29cff09f01ae9 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Mon, 3 Jul 2017 22:19:29 +0100 Subject: [PATCH] Defined PowerLine symbols. --- themes/logicalhacking.zsh-theme | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/logicalhacking.zsh-theme b/themes/logicalhacking.zsh-theme index 582fd57..12af6a9 100755 --- a/themes/logicalhacking.zsh-theme +++ b/themes/logicalhacking.zsh-theme @@ -32,3 +32,18 @@ promptpwd() { fi print "$ret_directory" } + + +# Define abstract names for the PowerLine symbols +() { + local LC_ALL="" LC_CTYPE="en_US.UTF-8" + PL_BRANCH=$'\ue0a0' #  + PL_LN=$'\ue0a1' #  + PL_CPADLOCK=$'\ue0a2' #  + PL_BRARROW=$'\ue0b0' #  + PL_RARROW=$'\ue0b1' #  + PL_BLARROW=$'\ue0b2' #  + PL_LARRW=$'\ue0b3' #  +} + +