From 9807c24faa793290cf1123949943b1017aa85069 Mon Sep 17 00:00:00 2001 From: mangeshrex <82205152+Mangeshrex@users.noreply.github.com> Date: Wed, 7 Jul 2021 12:33:21 +0530 Subject: [PATCH] Update bash-powerline.sh Changed the ghost icon to pacman --- bash-powerline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-powerline.sh b/bash-powerline.sh index 6f07831..cbfe192 100644 --- a/bash-powerline.sh +++ b/bash-powerline.sh @@ -83,7 +83,7 @@ __powerline() { local git="$COLOR_GIT$(__git_info)$COLOR_RESET" fi - PS1="\e[1;31m󰊠 \e[0m $cwd$git$symbol" + PS1="\e[1;31m󰮯 \e[0m $cwd$git$symbol" } PROMPT_COMMAND="ps1${PROMPT_COMMAND:+; $PROMPT_COMMAND}"