Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document configurations #2

Open
2 tasks
simnalamburt opened this issue Jan 2, 2016 · 0 comments
Open
2 tasks

Document configurations #2

simnalamburt opened this issue Jan 2, 2016 · 0 comments

Comments

@simnalamburt
Copy link
Owner

simnalamburt commented Jan 2, 2016

TODOs

  • $DEFAULT_USER
  • etc
@simnalamburt simnalamburt changed the title 설정하는법 문서화 Document configurations Nov 9, 2016
joel-russell pushed a commit to joel-russell/shellder that referenced this issue Nov 26, 2021
Most zsh themes were always way too slow with MSYS2. This is
optimization for you.

Benchmarks were performed under i7-6770 + fairly good SSD

1.  Remove redundant `parse_git_dirty` function call (~20ms)
    Function call of zsh takes too much time in msys2. Don't know why.

2.  Do not perform redundant action whenever possible (~10ms)
    Pushed everything possible inside `if` statement.

3.  Disable `vcs_info get-revision` (~20ms)
    It doesn't even use this flag.

4.  Disable `vcs_info` when $MSYS2 in on (~300ms)
    Diretory lookup takes too much time with NTFS.

5.  Don't double check for git repo (~20ms)
    `git rev-parse --git-dir` is superset of `git rev-parse --is-inside-work-tree`

Closes simnalamburt#2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant