Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Fix character not in range #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions powerline.zsh-theme
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# FreeAgent puts the powerline style in zsh !

# Fix character not in range
local LC_ALL="" LC_CTYPE="en_US.UTF-8"

if [ "$POWERLINE_DATE_FORMAT" = "" ]; then
POWERLINE_DATE_FORMAT=%D{%Y-%m-%d}
fi
Expand Down