Skip to content

Commit

Permalink
Merge branch 'fix/zsh-DISABLED_VCS_PATH' into develop
Browse files Browse the repository at this point in the history
Fixes #423
  • Loading branch information
dolmen committed Apr 1, 2016
2 parents 20c0461 + fd1951a commit 0a1f155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
* Fix typo in git work directory detection
- Fossil:
* Fix on darwin (GitHub #390)
- LP_DISABLED_VCS_PATH is fixed on zsh (GitHub #423)
- Battery indicator:
* MacOS: many fixes to handle (all?) edge cases (GitHub #326)
We now have a pmset simulator to better detect regressions.
Expand Down Expand Up @@ -99,7 +100,7 @@
(@Ozzyboshi), Roger Huang (@rhuang2014), Sebastian Bremicker
(@sebrem), Alex Prengere (@alexprengere), Philipp Grogg (@grog-gg),
Tener Hades (@tenerhades), Thomas Kühnel (@kuehnelth), Étienne Deparis
(@milouse)...
(@milouse), @Hotschke...
... for their patches or bug reports.

1.9 2014-11-12 dolmen (Olivier Mengué)
Expand Down
1 change: 1 addition & 0 deletions liquidprompt
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ _lp_jobcount_color()
_lp_are_vcs_enabled()
{
[[ -z "$LP_DISABLED_VCS_PATH" ]] && return 0
$_LP_SHELL_zsh && setopt local_options && setopt sh_word_split
local path
local IFS=:
for path in $LP_DISABLED_VCS_PATH; do
Expand Down

0 comments on commit 0a1f155

Please sign in to comment.