Sorin Ionescu
|
a06f13f036
|
[Fix #64] Remove the clean git-info style
Free up `%C` by using `%(D.clean.dirty:%D)` instead.
|
13 years ago |
Colin Hebert
|
11f3d2c5ae
|
[Fix #40] Use Git porcelain commands
|
13 years ago |
Sorin Ionescu
|
1f00f1db94
|
[Fix #63] Add @ColinHebert to the author list
|
13 years ago |
Colin Hebert
|
4200cbd915
|
[Fix #55] Use a tmux daemon session
|
13 years ago |
Sorin Ionescu
|
8cce8ee65d
|
[#63] Replace $SHLVL with $TMUX
|
13 years ago |
Sorin Ionescu
|
bed2088dd4
|
[#63] Add Mac OS X kernel panic warning
|
13 years ago |
Colin Hebert
|
2b605e39b0
|
Replace $SHLVL with $STY
|
13 years ago |
Sorin Ionescu
|
5177ac3a60
|
[#63] Re-add the tmux plugin
This reverts commit da7c67d1da .
|
13 years ago |
Sorin Ionescu
|
da7c67d1da
|
[Fix #62] Remove the tmux plugin
|
13 years ago |
Sorin Ionescu
|
588b52ee94
|
Increment SHLVL before launching tmux
The incrementing of SHLVL is configuration dependent. It is best to
always increment it to prevent infinite loops.
This reverts commit 17a4505a0a .
|
13 years ago |
Sorin Ionescu
|
6a9a4ea8d6
|
[Fix #60] Do not use parentheses in function names
|
13 years ago |
Sorin Ionescu
|
854c67ada4
|
Format clean when the Git repository is not dirty
|
13 years ago |
Sorin Ionescu
|
5e5a7803b6
|
Fix a formatting bug introduced in cdb95f8
|
13 years ago |
Colin Hebert
|
7d08a49432
|
[Fix #37] Improve Git status parsing
|
13 years ago |
Colin Hebert
|
cdb95f810f
|
[Fix #41] Do not truncate the commit id
|
13 years ago |
Colin Hebert
|
514aaa014b
|
[Fix #42] Count dirty files in Git repositories
|
13 years ago |
Colin Hebert
|
17a4505a0a
|
[Fix #59] Do not increment SHLVL, for tmux will
|
13 years ago |
Sorin Ionescu
|
6ada262fed
|
[Fix #56, Fix #58] Remove the SHELL argument
This fixes the tmux launch_msg() error.
|
13 years ago |
Sorin Ionescu
|
f96a3b4d6e
|
Remove the history-substring-search README
The README is not relevant in the Oh My Zsh context.
|
13 years ago |
Sorin Ionescu
|
f3a0366438
|
Remove Zsh HEAD Git completion, close #38
|
13 years ago |
Sorin Ionescu
|
cbffacd245
|
Fix GNU core utilities ls aliases, close #31
|
13 years ago |
Sorin Ionescu
|
04c3df512a
|
Retain search query highlight on cursor move
@guidovansteen discovered inconsistent behaviour when
zsh-syntax-highlighting is not sourced prior to
zsh-history-substring-search.
https://github.com/zsh-users/zsh-history-substring-search/issues/9
@sunaku wrote this patch.
|
13 years ago |
Sorin Ionescu
|
158990e5cf
|
Remove unnecessary self-insert override, close #20
@sunaku experimented and found that highlights are removed on
space bar and printable character key presses making the removed
code unnecessary.
See https://github.com/zsh-users/zsh-history-substring-search/issues/8
for more information.
|
13 years ago |
Sorin Ionescu
|
1515ff4b25
|
Check for availability of SSH agent
|
13 years ago |
Sorin Ionescu
|
e250df829e
|
Fix SSH agent identities check, close #19
|
13 years ago |
Sorin Ionescu
|
02435bec3c
|
Fix a typo in SSH agent plugin comments
|
13 years ago |
Sorin Ionescu
|
1ac20bc64a
|
Move GPG agent availability check to the top
|
13 years ago |
Sorin Ionescu
|
7a745425c4
|
Redirect the output of GPG and SSH agent plugins
|
13 years ago |
Sorin Ionescu
|
6ac5c25e77
|
Fix Git indicators in submodules, close #18
|
13 years ago |
Sorin Ionescu
|
32f06949cb
|
Rename node-docs to node-doc
|
13 years ago |
Sorin Ionescu
|
9c36a5e626
|
Fix coding-style in GPG and SSH agent plugins
|
13 years ago |
meh
|
da88663186
|
Fix SSH Agent identities.
|
13 years ago |
Sorin Ionescu
|
e29049a4e3
|
Fixed the git stash save alias.
|
13 years ago |
Sorin Ionescu
|
37ba1cbc98
|
Added an alias to git stash include untracked.
|
13 years ago |
Sorin Ionescu
|
60b15d0035
|
Improved the coding style of git-info.
|
13 years ago |
Sorin Ionescu
|
3f3b2328f9
|
Added support for ignoring Git submodules.
|
13 years ago |
Sorin Ionescu
|
0829f921db
|
Added support for package manager installed rbenv.
|
13 years ago |
Sorin Ionescu
|
58874461bb
|
Renamed binit to bI and fixed bundle .gitignore.
|
13 years ago |
Sorin Ionescu
|
63b666ba86
|
Merged the bundler plugin into the ruby plugin.
Gem management without bundler is a pain.
Ruby and bundler are inseparable.
|
13 years ago |
Sorin Ionescu
|
de61ae0663
|
Do not export GEM_HOME in launchd.
Exporting GEM_HOME in launchd conflicts with RVM and rbenv.
There are currently no known GUI programs that need it.
|
13 years ago |
Sorin Ionescu
|
06b989ebbb
|
Simplified rvm, rbenv, and Mac OS X Ruby settings.
|
13 years ago |
Sorin Ionescu
|
42fc29e6a8
|
Unset GEM_HOME if RVM or rbenv are installed.
|
13 years ago |
Sorin Ionescu
|
92e8d67e5d
|
Use vendor/bundle for bundler install path.
|
13 years ago |
Sorin Ionescu
|
33ee2a0bd4
|
Revert "Do not assume a specific Ruby version."
This reverts commit b0d47546fe .
It is not feasible to use multiple Ruby versions without RVM.
|
13 years ago |
Sorin Ionescu
|
33d0ecb9be
|
Initialize rbenv for Zsh.
|
13 years ago |
Sorin Ionescu
|
16962c6817
|
Simplified Git log aliases using new formats.
|
13 years ago |
Sorin Ionescu
|
1a3940b9a3
|
Added the ability to browse GitHub files.
|
13 years ago |
Sorin Ionescu
|
304530d990
|
Filter other remote branches.
|
13 years ago |
Sorin Ionescu
|
42be3d01f0
|
Use zstyles for screen and tmux plugin options.
|
13 years ago |
Sorin Ionescu
|
3c13411dd0
|
Added the apt-history function to dpkg plugin.
|
13 years ago |