Added fasd for quick filesystem navigation
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user