diff --git a/shells/liquidpromptrc b/shells/liquidpromptrc index c7ade41..622ea80 100644 --- a/shells/liquidpromptrc +++ b/shells/liquidpromptrc @@ -6,5 +6,10 @@ LP_USER_ALWAYS=0 LP_ENABLE_OHMYGIT=1 LP_ENABLE_JOBS=1 LP_ENABLE_SHORTEN_PATH=0 -#LP_ENABLE_RUNTIME=1 +LP_MARK_BATTERY="B" +LP_MARK_ADAPTER="A" +LP_MARK_LOAD="L" +LP_MARK_TEMP="T" +LP_BATTERY_THRESHOLD="75" +LP_ENABLE_RUNTIME=1 # vim: ft=sh: diff --git a/shells/zshrc b/shells/zshrc index 49cfb78..f36a2a4 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -38,7 +38,7 @@ antigen bundle vagrant printf "oh-my-git..." antigen theme stonewareslord/oh-my-git-themes af-magic printf "liquidprompt..." -antigen bundle stonewareslord/liquidprompt +antigen bundle stonewareslord/lpr printf "zsh-completions..." antigen bundle zsh-users/zsh-completions src printf "autoenv..."