Update bash-powerline.sh

Changed the ghost icon to pacman
This commit is contained in:
mangeshrex 2021-07-07 12:33:21 +05:30 committed by GitHub
parent 8e8eae355a
commit 9807c24faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}"