Commit Graph

26 Commits

Author SHA1 Message Date
Riley Shea 22b5ba4430
added ohmyzsh section to README
Basic shell command to add zoxide via ohmyzsh plugin manager

Tested and working with ohmyzsh on my  ubuntu machine after installing zoxide with cargo

The command may be able to be made shorter or more portable.
2020-03-09 03:26:25 -04:00
Erich Gubler f9f1db8f30
fix(zsh): append `_zoxide_precmd` as a single-element array to hook (#10)
We should append `_zoxide_precmd` to `precmd_functions` within an array literal, not by itself.
2020-03-09 09:30:25 +05:30
Ajeet D'Souza 5a6f077ab6 Update README 2020-03-09 01:10:09 +05:30
Ajeet D'Souza 062f33ab61 Update README 2020-03-09 00:35:37 +05:30
Ajeet D'Souza 0aaf806260
Merge pull request #5 from alin23/master
Add table of contents
2020-03-09 00:17:29 +05:30
Alin Panaitiu b31c26db6e
Add missing examples heading 2020-03-08 20:45:18 +02:00
Alin Panaitiu f36ae49bae
Add all headings 2020-03-08 20:41:10 +02:00
Alin Panaitiu 9f7900ca69
Add table of contents 2020-03-08 20:27:24 +02:00
Ajeet D'Souza 842c03bd84
Merge pull request #4 from alin23/master
Add fish integration
2020-03-08 23:54:45 +05:30
Alin Panaitiu f6822c06ad
Small fixes 2020-03-08 20:23:00 +02:00
Alin Panaitiu e6879744c5
Remove key bindings 2020-03-08 18:19:56 +02:00
Alin Panaitiu 5a2cbe0147
Changes based on PR review 2020-03-08 18:17:05 +02:00
Alin Panaitiu e593051625
Add fish integration 2020-03-08 16:53:13 +02:00
Ajeet D'Souza bb72e14d23 Add benchmarks to README 2020-03-08 09:36:45 +05:30
Ajeet D'Souza 8b5bcee3e6 Make install.sh executable 2020-03-08 08:37:11 +05:30
Ajeet D'Souza d1ce86a115 Prepare for upgrade to v0.1.1 2020-03-08 08:24:43 +05:30
Ajeet D'Souza c88210ccce Add check for precmd_function before adding to it 2020-03-08 08:15:02 +05:30
Ajeet D'Souza 32ed84c27e Add README 2020-03-08 08:14:54 +05:30
Ajeet D'Souza 831da99e87
Merge pull request #2 from crazystylus/master
One liner zoxide install script
2020-03-08 02:32:54 +05:30
Kartik Sharma bc65fc8534 Added install script to install zoxide with cross-compatibility in a one-liner format. 2020-03-08 00:13:45 +05:30
Ajeet D'Souza d28d566149 Improve query print dialog 2020-03-07 22:53:13 +05:30
Ajeet D'Souza 784ed10aad Add aging algorithm 2020-03-06 23:13:32 +05:30
Ajeet D'Souza 641446d291 Upgrade to failure 0.1.7 2020-03-05 22:05:57 +05:30
Ajeet D'Souza 7b553c165b
Merge pull request #1 from crazystylus/ci-release
Add GitHub Action for automating release builds
2020-03-05 21:07:22 +05:30
Kartik Sharma 8e0aec687d Add GitHub Action for automating release builds 2020-03-05 21:04:06 +05:30
Ajeet D'Souza 68a426216d Initial commit 2020-03-05 20:06:58 +05:30