mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Merge remote-tracking branch 'upstream/master'
Signed-off-by: Gaetan Semet <gaetan@xeberon.net> # Conflicts: # plugins/npm/npm.plugin.zsh
This commit is contained in:
commit
95391749ab
50 changed files with 957 additions and 236 deletions
|
|
@ -20,7 +20,7 @@ function git_changes_info() {
|
|||
# Checks if working tree is dirty
|
||||
function parse_git_dirty() {
|
||||
local STATUS=''
|
||||
local FLAGS
|
||||
local -a FLAGS
|
||||
FLAGS=('--porcelain')
|
||||
if [[ "$(command git config --get oh-my-zsh.hide-dirty)" != "1" ]]; then
|
||||
if [[ $POST_1_7_2_GIT -gt 0 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue