forked from sorin-ionescu/prezto
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
# By Kaleb Elwert (80) and others # Via GitHub (2) and Kaleb Elwert (1) * upstream/master: (322 commits) prompt: update powerlevel10k submodule to v1.12.0 git-info: use tab as separator for splitting ahead_and_behind (sorin-ionescu#902) Ask pyenv whether pip exists if installed (sorin-ionescu#1848) Remove `--all` from git alias `glg` (sorin-ionescu#1853) Make .zcomp* location configurable (sorin-ionescu#1842) prompt: update powerlevel10k submodule to v1.11.0 prompt: update powerlevel10k submodule to v1.10.0 [git] Add git pull autostash alias Do not source history-substring-search if already loaded (sorin-ionescu#1830) prompt: update powerlevel10k submodule to v1.7.0 homebrew: load helper dependency Use shallow clone for powerlevel9k and powerlevel10k submodules (sorin-ionescu#1819) fix: regression in homebrew module (sorin-ionescu#1816) prompt: fix usage of zsh-async in sorin prompt (sorin-ionescu#1810) Fix missing dependency on helper module for helpers added in sorin-ionescu#1793 (sorin-ionescu#1811) prompt: update powerlevel10k submodule to v1.5.0 feat(helper): add os-type helper functions Update syntax-highlighting module prompt: update powerlevel10k submodule to v1.4.0 prompt: update powerlevel10k submodule to v1.3.0 ... # Conflicts: # modules/autosuggestions/external # modules/completion/external # modules/prompt/external/agnoster # modules/prompt/external/pure # modules/syntax-highlighting/external # modules/utility/init.zsh
- Loading branch information
Showing
140 changed files
with
2,485 additions
and
706 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
indent_style = space | ||
indent_size = 2 | ||
trim_trailing_whitespace = true | ||
|
||
[{.gitattributes,.gitignore,.gitmodules}] | ||
indent_style = tab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
*.zwc | ||
*.zwc.old | ||
modules/*/cache.zsh | ||
contrib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.