antigen bundle kalsowerus/zsh-git-lsIntroduces a new command git-ls, that works just like ls -l,
but shows the status of each file when listing a git directory.
-a, --all
-A, --almost-all
-F, --classify
--file-type
--group-directories-first
-h, --human-readable
--si
--indicator-style=WORD
-p
-r, --reverse
-S
-tThe status character used for items modified in index or with changes not added to index.
Default: *
The status character used for items newly added to index.
Default: +
The status character used for items renamed in index.
Default: R
The status character used for items that are untracked.
Default: ?
The status character used for items that are not modified.
Default: |
The status character used for directories that contain modified/dirty/untracked files.
Default: /
The status character color used for items with all modifications added to index.
Default: 32 (green)
The status character color used for items with some modifications added index.
Default: 33 (yellow)
The status character color used for items with modifications not added to index.
Default: 31 (red)
The status character color used for items that are not modified.
Default: 32 (green)
