index
:
powerlevel10k.git
kitty
master
nerdfonts-v3
screenshot
vcs
-описание в about-
NeonXP
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
functions
Commit message (
Expand
)
Author
Age
Files
Lines
*
start massive refactoring of config params
romkatv
2019-07-23
4
-156
/
+110
*
render VCS_GIT_ICON and the like as segment visual identifiers instead of emb...
romkatv
2019-07-03
1
-2
/
+0
*
Merge branch 'add_space_between_remote_icon_and_commit_hash' of https://githu...
romkatv
2019-07-03
1
-0
/
+2
|
\
|
*
Add space between remote icon and commit hash
Carlos Álvaro
2019-07-03
1
-0
/
+2
*
|
add RIGHT_SEGMENT_END_SEPARATOR
romkatv
2019-07-03
1
-0
/
+5
|
/
*
ignore COLUMNS in _p9k_prompt_length
romkatv
2019-06-09
1
-0
/
+1
*
new feature: ruler above the prompt; to enable: POWERLEVEL9K_SHOW_RULER=true
romkatv
2019-05-28
1
-0
/
+5
*
optimize _p9k_g_expand a little
romkatv
2019-05-27
1
-1
/
+4
*
add _p9k_prompt_length
romkatv
2019-05-27
1
-0
/
+23
*
fix a typo
romkatv
2019-05-23
1
-1
/
+1
*
speed up ip, vpn_ip and public_ip prompts
romkatv
2019-05-23
1
-32
/
+19
*
speed up ram and swap prompts
romkatv
2019-05-22
1
-26
/
+10
*
append POWERLEVEL9K_SHORTEN_DELIMITER when shortening with truncate_to_unique...
romkatv
2019-05-19
1
-0
/
+2
*
support dynamic directories in dir prompt and fix a dozen bugs
romkatv
2019-05-19
1
-92
/
+0
*
force icon initialization if print_icon is called manually
romkatv
2019-05-09
1
-0
/
+7
*
replace all -v checks with equivalents (trying to port to zsh 5.2)
romkatv
2019-04-30
2
-3
/
+3
*
protect set_default from user-defined options
romkatv
2019-04-22
1
-0
/
+1
*
Add LINUX_RASPBIAN_ICON (Raspberry Pi icon) as an OS_ICON candidate
Ming Aldrich-Gan
2019-04-05
1
-0
/
+5
*
Add VCS_LOADING_ICON to the icons map
Sam Miller
2019-04-02
1
-0
/
+5
*
check for joined segments when figuring out whether vcs is enabled; fixes #41
romkatv
2019-03-26
1
-2
/
+4
*
expand string parameters with (g::) where appropriate
romkatv
2019-03-18
1
-0
/
+12
*
fix POWERLEVEL9K_SHORTEN_DELIMITER
romkatv
2019-03-14
1
-2
/
+0
*
don't read configuration options until the first precmd; plus massive refacto...
romkatv
2019-03-13
3
-833
/
+565
*
Merge pull request #1126 from Shini31/master
Dominik Ritter
2019-02-26
1
-0
/
+55
|
\
|
*
Strip all newlines from ifconfig output
Dominik Ritter
2019-02-22
1
-1
/
+1
|
*
Fix regex
Dominik Ritter
2019-02-22
1
-1
/
+1
|
*
Interface States can be unsorted
Dominik Ritter
2019-02-21
1
-3
/
+7
|
*
Avoid loopback interfaces and parse IPv4 on OSX
Dominik Ritter
2019-02-06
1
-1
/
+4
|
*
Fix regular expression and test
Dominik Ritter
2019-02-04
1
-1
/
+1
|
*
Merge remote-tracking branch 'ben/master' into HEAD
Dominik Ritter
2019-02-03
1
-1
/
+3
|
|
\
|
*
|
Parse IPs properly
Dominik Ritter
2019-02-03
1
-0
/
+48
*
|
|
Hide errors from git ls-files
🐈
2019-02-06
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge pull request #981 from pgierz/os_release_fix
Dominik Ritter
2019-01-24
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Avoid externals when parsing the os release on linux
Dominik Ritter
2019-01-24
1
-1
/
+1
|
*
Fix for #974
Paul Gierz
2018-09-07
1
-1
/
+3
*
|
Port #1071 to `master` (fatal errors emitted by untracked file check in vcs.zsh)
Matthew Judy
2018-11-18
1
-27
/
+17
*
|
Merge pull request #1065 from dritter/protect_locale
Dominik Ritter
2018-11-17
1
-0
/
+2
|
\
\
|
*
|
Protect users locale
Dominik Ritter
2018-11-05
1
-0
/
+2
|
|
/
*
|
Fix checking for untracked files
Dominik Ritter
2018-11-12
1
-1
/
+15
*
|
Fix stashes display
Dominik Ritter
2018-11-12
1
-22
/
+6
*
|
Fix error if user cds into a .git directory
Dominik Ritter
2018-11-12
1
-4
/
+22
*
|
Avoid warning when inside of .git dir
Dominik Ritter
2018-11-12
1
-0
/
+2
*
|
Count stashes via ZSH
Dominik Ritter
2018-11-12
1
-5
/
+3
*
|
Avoid aliases
Dominik Ritter
2018-11-06
1
-1
/
+1
*
|
Get rid of externals when truncating branch name
Dominik Ritter
2018-11-06
1
-3
/
+3
*
|
When checking for untracked or modified files, take submodules into account
Dominik Ritter
2018-11-03
1
-1
/
+1
*
|
Speedup VCS segment
Dominik Ritter
2018-11-03
1
-11
/
+5
*
|
Make use of git dir determined by VCS_INFO subsystem
Dominik Ritter
2018-11-03
1
-1
/
+1
*
|
Get branch name from VCS_INFO subsystem when collecting remote branch
Dominik Ritter
2018-11-03
1
-2
/
+2
*
|
Get branch name from VCS_INFO subsystem when collecting ahead/behind info
Dominik Ritter
2018-11-03
1
-7
/
+5
[next]