Commit Graph

5 Commits

Author SHA1 Message Date
Andrew Janke
9f552130bd Move current_branch() from git plugin to core lib/git.zsh
Fixes #4085: core -> plugin dependency issue.
Rename it to git_current_branch for clarity that it's git-specific.
Update all plugins that were calling it to use new name.
Fix variable leaks by making more variables in lib/git.zsh local.
Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
2015-12-14 20:28:37 -05:00
DanielFGray
00ec11d3c0 ignore any grep aliases that might be defined 2014-11-16 02:47:35 -06:00
Andrei Gorgan
8925cff334 Fix prompt color: Change it back to green 2012-12-03 12:29:45 +02:00
Andrei Gorgan
e096e4041f Print last exit status in mortalscumbag prompt 2012-12-03 12:03:43 +02:00
Michael Andersen
e43dd05a6a Mortal Scumbag Theme 2011-12-29 01:30:43 +01:00