Commit Graph

34 Commits

Author SHA1 Message Date
Ajeet D'Souza
3bb21ede97 zoxide-{add,remove} should accept multiple arguments (#243) 2021-07-29 11:45:09 +05:30
Evgeny
712d3403ef
Get PWD from shell instead of the os.environ (#239) 2021-07-22 23:17:35 +05:30
Ajeet D'Souza
06f5a8e684 Remove preceding semicolon in PROMPT_COMMAND 2021-07-21 23:35:33 +05:30
Ajeet D'Souza
e3c3c181a2
Remove conflicting alias definitions (#237) 2021-07-21 02:39:18 +05:30
Ajeet D'Souza
20d9f3d18c
Fix init error in PowerShell strict mode (#233) 2021-07-17 17:57:04 +05:30
Ajeet D'Souza
b9b0abe471 Upgrade tests to Nushell 0.33 2021-07-11 20:22:07 +05:30
Ajeet D'Souza
340454b49b Fixes for Nushell 0.33 2021-07-01 02:11:46 +05:30
Ajeet D'Souza
36f3967f9c
Support Nushell 0.32.0 (#219) 2021-06-03 02:49:21 +05:30
Ajeet D'Souza
d39c9a1fc6 Fix Elvish install instructions 2021-05-27 02:34:01 +05:30
Kid
85d0fbe6ee
Support Fish's private mode (#211) 2021-05-18 07:51:41 +05:30
Ajeet D'Souza
6069bea81a
PowerShell should only call hook within filesystem (#210) 2021-05-14 10:04:13 +05:30
Ajeet D'Souza
f05d33b2c1 Prevent cd=z recursion on fish
The following actions in sequence would have caused an infinite loop:
- zoxide init fish | source
- alias cd=z
- zoxide init fish | source
- cd /
2021-05-10 02:44:48 +05:30
dnlmlr
3c7f635902
Prevent endless recusion with alias cd on fish (#207) 2021-05-10 01:16:25 +05:30
Ajeet D'Souza
efe11ec924 Improvements to query algorithm 2021-05-06 04:31:57 +05:30
Ajeet D'Souza
6d3cb4bc99 Rename variables 2021-05-04 02:42:43 +05:30
Ajeet D'Souza
650732c82c
Nushell should only call hook within filesystem (#202) 2021-05-04 02:39:30 +05:30
Ajeet D'Souza
027ae1df47
Multi-select for zoxide remove -i (#192) 2021-04-29 01:31:00 +05:30
Ajeet D'Souza
697afe7ba6
Fix return values in Bash hook (#196) 2021-04-29 01:23:43 +05:30
Ajeet D'Souza
0f5fde5afa Add default prompt for nushell (#191) 2021-04-27 17:39:09 +05:30
Ajeet D'Souza
acc9059177
Fix cd - on fish (#179) 2021-04-13 01:57:36 +05:30
Ajeet D'Souza
6248f539db
Add support for Elvish (#174) 2021-04-09 00:05:42 +05:30
Ajeet D'Souza
0b7b29e0e8
Make z exclude current directory (#173) 2021-04-04 20:06:44 +05:30
Ajeet D'Souza
4224f494ed
Append __zoxide_hook to front of PROMPT_COMMAND (#170) 2021-04-02 21:02:15 +05:30
Ajeet D'Souza
d9c0584aac
Add support for Nushell (#164) 2021-03-31 22:15:43 +05:30
Ajeet D'Souza
e2506631e9
Find zoxide in Xonsh shells (#168) 2021-03-30 18:44:29 +05:30
Ajeet D'Souza
a9b731d80c
Remove barely-used aliases (#158) 2021-03-14 03:04:30 +05:30
Ajeet D'Souza
bc81154c5d
Use variable to prevent hook redefinition (#154) 2021-03-06 18:25:13 +05:30
Ajeet D'Souza
22d19a74b2
Use /dev/null on Unix shells (#152) 2021-03-01 11:40:10 +05:30
Ajeet D'Souza
7b00d5a423 Use builtin and command in fish 2021-02-17 19:37:19 +05:30
Carson Riker
70c350ff96
Specified external call to cd for fish (#146) 2021-02-17 19:35:18 +05:30
Ajeet D'Souza
d89605ffef
Use \builtin in shells (#141) 2021-01-29 01:12:31 +05:30
Ajeet D'Souza
e6e67b16bc Use Nix for testing 2020-11-14 11:35:47 +05:30
Ajeet D'Souza
58bcbef7aa Split tests 2020-11-11 01:06:40 +05:30
Ajeet D'Souza
5c3af59ba6 Add interactive query/remove and import 2020-10-27 00:11:40 +05:30