Added fasd for quick filesystem navigation

This commit is contained in:
yan
2012-03-18 21:15:37 -07:00
committed by Yan Pritzker
parent a64405f6db
commit 9d700e3df0
4 changed files with 613 additions and 6 deletions

View File

@@ -114,6 +114,12 @@ waiting for @robbyrussell to merge the theme upstream (unknown if it will happen
git remote add skwp https://github.com/skwp/oh-my-zsh.git
git pull skwp master
### [fasd](https://github.com/clvv/fasd)
fasd gives you handy shell commands `f`,`a`,`s`,`d`, and `z` to jump to recently used files.
Read more at the project's home page. Or just type `z` followed by a partial reference to
a recent directory to see how it works.
### [Pry](http://pry.github.com/)
Pry offers a much better out of the box IRB experience with colors, tab completion, and lots of other tricks. You should:
@@ -231,7 +237,6 @@ your `~/.secrets` file which is automatically referenced by the provided zshrc:
* Slightly imrpoved colors for diff
* `git unstage` (remove from index) and `git uncommit` (revert to the time prior to the last commit - dangerous if already pushed) aliases
## RubyGems
A .gemrc is included. Never again type `gem install whatever --no-ri --no-rdoc`. `--no-ri --no-rdoc` is done by default.
@@ -524,11 +529,6 @@ And everything that's in the modules included in vim/bundle of course.
Please explore these people's work.
### Coming Soon
* Automatic installation setup
### Contributors
* Initial Version: @skwp