Yan Pritzker
769988a2ce
Update plugins, replace ShowMarks (again)
2012-10-18 10:35:19 -07:00
Yan Pritzker
bb8ce756d3
A little cleaner under linux
...
I'm not explicitly supporting linux, but a few minor changes
make YADR useable for server administration.
2012-10-12 00:14:33 -07:00
Yan Pritzker
1f0693ce1d
Improve the way submodules are updated [ Close #153 ]
...
Also updated all plugins to their latest master versions.
2012-10-08 21:38:21 -07:00
Yan Pritzker
e1fe13d022
Ignore whitespace in git diffs; a few aliases
2012-10-07 22:09:45 -07:00
Yan Pritzker
900c804601
Override rm alias so that it doesn't prompt every time
2012-09-28 09:30:51 -07:00
Yan Pritzker
081630a443
Better installation of fasd [ Close #123 ]
...
Now with zsh tab completion for `z` and other fasd commands!
2012-09-27 12:09:35 -07:00
Yan Pritzker
6ef021e013
Switch prezto to point to master [ #167 ]
2012-09-27 08:44:52 -07:00
Yan Pritzker
e86742bf94
Automatically load ~/.secrets [ Close #166 ]
2012-09-27 08:43:13 -07:00
Yan Pritzker
fa357bbd35
Ability to store your own prompts in ~/.zsh.prompts [ Close #152 ]
...
We no longer pollute yadr or prezto directories with custom code!
2012-09-26 11:05:28 -07:00
Yan Pritzker
ae2076bfd1
Prezto support! Make sure you run rake:install
2012-09-26 10:23:39 -07:00
Yan Pritzker
f145df4e6f
Latest versions of vim plugins
2012-09-18 22:58:26 -05:00
Yan Pritzker
69d699d0bc
Hardcode location of .yadr
...
Occasionally it is slow on the find command. This code has no reason to be.
2012-09-14 12:30:08 -07:00
Yan Pritzker
8caeeeaa77
Improve color of grep to yellow
2012-09-11 10:19:13 -07:00
Jean Mertz
3ccf99bf51
Update prezto submodule
2012-09-06 10:17:27 +02:00
Yan Pritzker
4742eb91db
Remove git.zsh, it is not useful [ Close #135 ]
2012-08-10 16:02:48 -07:00
Jean Mertz
f9df5c6ba4
Moved to experimental Prezto branch
2012-08-10 07:22:07 +02:00
Jean Mertz
2410bf220b
Add simple Prezto installation
2012-08-09 20:47:45 +02:00
Jean Mertz
6b98421fe1
Add Prezto submodule
2012-08-09 18:50:19 +02:00
Jean Mertz
94122b17ac
Remove zsh/prezto custom directory in favor of submodule
2012-08-09 18:48:00 +02:00
Jean Mertz
9c3ab949a5
Swap all references of oh-my-zsh to Prezto
2012-08-09 18:09:50 +02:00
Yan Pritzker
b4bd099252
enabling theme changes when using prezto through zsh before
...
(cherry picked from commit 1cccb0e9c522654b7976bea047ed6f9f221ee510)
2012-08-08 13:36:29 -07:00
yan
aca163580f
Upgraded plugins
2012-07-19 12:46:19 -07:00
yan
72b9287f75
Add back Rails2-compatible console alias 'co'
2012-07-10 09:54:16 -07:00
Yan Pritzker
942b5f2f3b
Merge pull request #115 from bastnic/patch-2
...
Handle homebrew sbin executables
2012-06-23 09:12:26 -07:00
yan
b1d9592d14
Fixing omodload: no such module: alias issue ( #111 )
2012-06-23 09:10:37 -07:00
yan
3224d33d99
gcp git cherry pick alias
2012-06-22 11:29:42 -07:00
Pete Schaffner
e09a0942ca
Fixing omodload: no such module: alias issue ( #111 )
2012-06-20 13:01:16 -04:00
Bastien Jaillot
e522d387ef
Handle homebrew sbin executables
2012-06-18 19:24:30 +03:00
Matthew Platts
a80b5aa0d0
Rails console alias updated for Rails 3
2012-06-14 10:40:24 +10:00
yan
3568c47d1e
Added some rake aliases
2012-05-31 13:49:40 -07:00
yan
2f38d32e25
Aliases: gbd for branch deletion; portforward for 80:3000 forwarding
2012-05-30 01:34:20 -07:00
yan
cfe89df184
Added editrc/inputrc for vimification of mysql/irb command line tools
2012-05-18 14:08:46 -07:00
yan
b1dfcb1901
Added ctrl-a and ctrl-e end and beginning of line bindings [ Close #94 ]
2012-04-24 16:32:04 -07:00
yan
ca01730f81
Support for @sorin-ionescu rewrite of oh-my-zsh
...
Sorin's OMZ rewrite is a bit nicer, as it's written in more
native style ZSH, doesn't do auto updates, and incorporates
many bugfixes, and is more actively maintained than Robby's branch.
For now, YADR supports both, so if you want to try out the sorin
branch, go to sorin-ionescu/oh-my-zsh, install it, and rerun
the YADR installer so that the skwp theme is installed for you.
If you want to have them side by side for comparison, rename the
old robby one to ~/.oh-my-zsh.robby or similar, so you can toggle
back and forth through renames, or symlinks.
2012-04-23 10:32:47 -07:00
yan
bfae8fcd11
Moved rvm configuration to separate zsh snippet to keep zshrc clean
2012-04-23 10:32:36 -07:00
yan
fa1aa24105
Renamed grc alias to not conflict with grc colorization tool
2012-04-20 10:15:08 -07:00
yan
4d46b1c9e9
Add zsh syntax highlighting
2012-04-19 18:26:30 -07:00
yan
2ad786a41b
Added Ctrl-x,Ctrl-l to zsh to insert output of last command
2012-04-19 17:55:41 -07:00
yan
700187e622
Remove extra zsh plugins. [ Close #78 ]
...
Use .yadr/custom/zsh/before if you want your own list of plugins.
2012-04-14 16:40:54 -07:00
yan
b292a7a33f
Load zsh customizations from custom/zsh/before/* and custom/zsh/after/* instead of filename globbing [ Close #79 ]
...
* File pattern globbing was too brittle. If you had plugins incorrectly
named, or had only a before or after directory, things would break in
nonobvious ways.
2012-04-05 11:49:43 -07:00
yan
169b24ca43
Fix link to zsh/aliases broken by previous
2012-04-04 22:56:51 -07:00
yan
80763d53a9
Merge remote-tracking branch 'kylewest/symlinks'
...
* kylewest/symlinks:
Removed symlinks.
2012-04-04 22:54:57 -07:00
yan
fd17b61020
Fix path to yadr bins [ Close #69 ]
2012-04-02 11:46:37 -07:00
yan
54fa2f23d0
Ensure path loads first
2012-04-02 10:46:02 -07:00
yan
1299fce10c
Added yadr bin path
2012-04-02 10:42:04 -07:00
Kyle West
50c2e5e140
Removed symlinks.
2012-04-02 09:07:23 -04:00
Kyle West
4c41b17591
Ability to customize zsh in ~/.yadr/custom/zsh folder
...
* Split zsh config into snippets in zsh/ folder, similar to vim
* Feature implementation by @kylewest
* kylewest/zsh:
Documentation for customizing ZSH.
Only init fasd if it is installed.
Removed brew and github plugins.
updated .gitignore for new zsh paths.
simplifying paths for zsh customization.
added zsh aliases. Moved other files but left symlinks for backwards compatibility.
automatically load RVM or rbenv.
updated .gitignore
adding sample zsh configs.
added directories and code for custom zsh configuration.
2012-04-01 19:26:06 -07:00
Kyle West
b0c0e26bc2
merged upstream/master.
2012-03-23 13:28:43 -04:00
Kyle West
1aa9e5b875
Only init fasd if it is installed.
2012-03-22 16:15:42 -04:00
yan
611046e3d7
Added zsh skwp.theme to installer, so we don't rely on my zsh fork anymore
2012-03-22 12:53:25 -07:00