mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Fix powerline theme variable not match the theme's name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user