Fix powerline theme variable not match the theme's name

This commit is contained in:
Toan Nguyen
2017-03-19 16:26:13 +07:00
parent a23924a10f
commit b5f0dd14ca

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
__nntoan() {
__powerline() {
# Unicode symbols
readonly PS_SYMBOL_DARWIN=''
@ -106,5 +106,5 @@ __nntoan() {
PROMPT_COMMAND=ps1
}
__nntoan
unset __nntoan
__powerline
unset __powerline