@@ 74,6 74,8 @@ export FZF_CTRL_T_OPTS='--tiebreak=index'
### Shell integration
+Don't see your shell here? feel free to open a PR to add it!
+
#### zsh
(credit to `autojump`)
@@ 94,13 96,6 @@ In your `~/.profile`:
PROMPT_COMMAND="${PROMPT_COMMAND:+$(echo "${PROMPT_COMMAND}" | awk '{gsub(/; *$/,"")}2') ; }"'fre --add "$(pwd)"'
```
-More shells to come
-
-### Vim integration
-
-Want to track what files are most frecently opened in vim? Me too. I'm working on making that functional.
-
-
## Comparison to existing solutions
The three projects I'm familiar with that are closest in function to this are `autojump`, the `z` shell plugin, and the `d` portion (and maybe the `f` in the future) of `fasd`.
@@ 149,7 144,7 @@ but I don't run any tests for it. Caveat emptor.
## Stability
-I've been using this for over a year with no chnages now, and it does everything I need it to do. I'm happy to add features or accept changes if this is not the case for you.
+I've been using this for over a year with no changes now, and it does everything I need it to do. I'm happy to add features or accept changes if this is not the case for you.
## About the algorithm