Skip to content

Commit e93edda

Browse files
committed
change clock symbol
1 parent 35e54cc commit e93edda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashprompt4devops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function _bp_kubectl () {
131131

132132
function _bp_clock () {
133133
if [ -z $BP_DISABLE_CLOCK ] ; then
134-
echo -ne "${grey}|${blue}🕑$(date +%H:%M)${reset}"
134+
echo -ne "${grey}|${blue}$(date +%H:%M)${reset}"
135135
fi
136136
}
137137

0 commit comments

Comments
 (0)