1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 17:21:42 +00:00
Commit Graph

267 Commits

Author SHA1 Message Date
7f7d133678 [Fix #4] Add zsh-syntax-highlighting 2012-03-29 10:47:30 -04:00
4e0fc83ea9 [Fix #70] Use official zsh-history-substring-search 2012-03-28 19:16:32 -04:00
9155aea2db Return 1 when GNU Core Utilities are not found 2012-03-28 12:23:02 -04:00
647ac1ac00 Return 1 when a file fails to load 2012-03-28 12:19:53 -04:00
37b140d1d3 [#64] Remove remnants of the clean git-info style 2012-03-27 20:29:26 -04:00
25405b226b [Fix #67] Rename git-branch to git-current-branch
There is a name collision in Git versions older than 1.6.0, which
install the git-* commands in $PATH.
2012-03-27 14:35:52 -04:00
c435dca233 Use git-rev-parse to get the git directory path 2012-03-27 14:08:21 -04:00
a06f13f036 [Fix #64] Remove the clean git-info style
Free up `%C` by using `%(D.clean.dirty:%D)` instead.
2012-03-26 22:10:37 -04:00
11f3d2c5ae [Fix #40] Use Git porcelain commands 2012-03-26 22:10:34 -04:00
1f00f1db94 [Fix #63] Add @ColinHebert to the author list 2012-03-26 18:49:57 -04:00
4200cbd915 [Fix #55] Use a tmux daemon session 2012-03-26 18:48:42 -04:00
8cce8ee65d [#63] Replace $SHLVL with $TMUX 2012-03-26 18:43:10 -04:00
bed2088dd4 [#63] Add Mac OS X kernel panic warning 2012-03-26 18:25:59 -04:00
2b605e39b0 Replace $SHLVL with $STY 2012-03-26 13:37:24 -04:00
5177ac3a60 [#63] Re-add the tmux plugin
This reverts commit da7c67d1da.
2012-03-26 13:32:30 -04:00
da7c67d1da [Fix #62] Remove the tmux plugin 2012-03-26 11:19:44 -04:00
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.
2012-03-26 09:28:52 -04:00
6a9a4ea8d6 [Fix #60] Do not use parentheses in function names 2012-03-23 15:46:49 -04:00
854c67ada4 Format clean when the Git repository is not dirty 2012-03-23 10:04:30 -04:00
5e5a7803b6 Fix a formatting bug introduced in cdb95f8 2012-03-22 23:15:03 -04:00
7d08a49432 [Fix #37] Improve Git status parsing 2012-03-22 15:25:29 -04:00
cdb95f810f [Fix #41] Do not truncate the commit id 2012-03-22 15:03:22 -04:00
514aaa014b [Fix #42] Count dirty files in Git repositories 2012-03-21 16:04:15 -04:00
17a4505a0a [Fix #59] Do not increment SHLVL, for tmux will 2012-03-21 14:06:09 -04:00
6ada262fed [Fix #56, Fix #58] Remove the SHELL argument
This fixes the tmux launch_msg() error.
2012-03-20 18:29:06 -04:00
f96a3b4d6e Remove the history-substring-search README
The README is not relevant in the Oh My Zsh context.
2012-03-17 18:03:28 -04:00
f3a0366438 Remove Zsh HEAD Git completion, close #38 2012-03-14 16:49:37 -04:00
cbffacd245 Fix GNU core utilities ls aliases, close #31 2012-03-13 18:42:03 -04:00
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.
2012-03-13 17:08:45 -04:00
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.
2012-03-13 00:32:19 -04:00
1515ff4b25 Check for availability of SSH agent 2012-03-08 21:57:00 -05:00
e250df829e Fix SSH agent identities check, close #19 2012-03-08 21:55:38 -05:00
02435bec3c Fix a typo in SSH agent plugin comments 2012-03-08 21:54:38 -05:00
1ac20bc64a Move GPG agent availability check to the top 2012-03-08 21:53:51 -05:00
7a745425c4 Redirect the output of GPG and SSH agent plugins 2012-03-07 18:05:01 -05:00
6ac5c25e77 Fix Git indicators in submodules, close #18 2012-03-07 12:03:10 -05:00
32f06949cb Rename node-docs to node-doc 2012-03-07 12:01:35 -05:00
9c36a5e626 Fix coding-style in GPG and SSH agent plugins 2012-03-07 12:01:05 -05:00
meh
da88663186 Fix SSH Agent identities. 2012-03-01 23:44:27 +01:00
e29049a4e3 Fixed the git stash save alias. 2012-02-10 16:37:20 -05:00
37ba1cbc98 Added an alias to git stash include untracked. 2012-02-09 22:58:36 -05:00
60b15d0035 Improved the coding style of git-info. 2012-02-09 22:58:36 -05:00
3f3b2328f9 Added support for ignoring Git submodules. 2012-02-09 22:58:36 -05:00
0829f921db Added support for package manager installed rbenv. 2012-02-09 22:31:04 -05:00
58874461bb Renamed binit to bI and fixed bundle .gitignore. 2012-02-09 22:20:36 -05:00
63b666ba86 Merged the bundler plugin into the ruby plugin.
Gem management without bundler is a pain.
Ruby and bundler are inseparable.
2012-02-09 14:28:47 -05:00
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.
2012-02-09 14:19:30 -05:00
06b989ebbb Simplified rvm, rbenv, and Mac OS X Ruby settings. 2012-02-09 14:17:53 -05:00
42fc29e6a8 Unset GEM_HOME if RVM or rbenv are installed. 2012-02-09 12:37:42 -05:00
92e8d67e5d Use vendor/bundle for bundler install path. 2012-02-07 18:27:12 -05:00