From c991553fb25f4739a25f15fedef1ead92f44ecf3 Mon Sep 17 00:00:00 2001 From: orhanbalci <=> Date: Sun, 17 Apr 2016 21:51:34 +0300 Subject: [PATCH] empty rust icon for patched mode --- functions/icons.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/icons.zsh b/functions/icons.zsh index 17d7a9f6..9c9277b6 100644 --- a/functions/icons.zsh +++ b/functions/icons.zsh @@ -69,6 +69,7 @@ case $POWERLEVEL9K_MODE in VCS_REMOTE_BRANCH_ICON ' '$'\UE804 ' #  VCS_GIT_ICON $'\UE20E ' #  VCS_HG_ICON $'\UE1C3 ' #  + RUST_ICON '' ) ;; 'awesome-fontconfig')