Updated README for new options

This commit is contained in:
Jérémy Romey
2012-10-12 07:51:25 +02:00
parent d118830d68
commit 7cdb0697a2
2 changed files with 47 additions and 4 deletions

View File

@@ -8,7 +8,9 @@ if [ "$POWERLINE_RIGHT_A" = "" ]; then
POWERLINE_RIGHT_A=%D{%Y-%m-%d}
fi
if [ "$POWERLINE_CURRENT_PATH" = "" ]; then
POWERLINE_CURRENT_PATH="%d"
if [ "$POWERLINE_FULL_CURRENT_PATH" = "" ]; then
POWERLINE_CURRENT_PATH="%1~"
fi