Ajeet D'Souza
9b6b847722
Prevent double print when _ZO_ECHO is enabled
2022-07-26 11:17:41 +05:30
Mark Keisler
bd3a4db8e5
Allow use of cd to positions in dirstack for zsh
...
man zshbuiltins excerpt:
The third form of cd extracts an entry from the directory stack, and
changes to that directory. An argument of the form `+n' identifies a
stack entry by counting from the left of the list shown by the dirs com‐
mand, starting with zero. An argument of the form `-n' counts from the
right. If the PUSHD_MINUS option is set, the meanings of `+' and `-' in
this context are swapped. If the POSIX_CD option is set, this form of
cd is not recognised and will be interpreted as the first form.
2022-07-25 13:00:57 -05:00
NextAlone
7d0ddedc6b
fix: interactive completion for fish ( #385 )
...
Co-authored-by: Ajeet D'Souza <98ajeet@gmail.com>
2022-04-27 19:05:52 +05:30
Ajeet D'Souza
6b2c6a2bc3
Fix Windows paths on Fish+Cygwin
2022-04-27 02:53:22 +05:30
Ajeet D'Souza
612f264dd4
Upgrade to Nushell 0.61 ( #362 )
2022-04-22 13:11:11 +05:30
Ajeet D'Souza
b71d33b5c1
Replace `--no-aliases` with `--no-cmd`
2022-04-11 03:41:51 +05:30
Ajeet D'Souza
fe553585e9
Use -- with cd so paths aren't treated as options
2021-12-31 04:52:14 +05:30
Ajeet D'Souza
d106f4e358
Rename _z function ( #324 )
2021-12-28 23:40:10 +05:30
Ajeet D'Souza
339a789261
Avoid using completions on older Bash versions
2021-12-24 10:04:37 +05:30
Ajeet D'Souza
58430d8c54
Add z completions for zsh ( #309 )
2021-12-05 14:51:32 +05:30
Oliver Mannion
c392a8bb75
Fix errors with set -eu ( #302 )
2021-11-20 01:52:15 +05:30
Ajeet D'Souza
bc8958943b
Simplify hook logic
2021-09-09 09:21:46 +05:30
Ajeet D'Souza
ecc64be909
Add bash/elvish completions for z ( #257 )
2021-09-04 16:01:50 +05:30
Ajeet D'Souza
04924bbec0
Fix Xonsh test
2021-08-16 13:20:48 +05:30
Ajeet D'Souza
6d3cb4bc99
Rename variables
2021-05-04 02:42:43 +05:30
Ajeet D'Souza
0f5fde5afa
Add default prompt for nushell ( #191 )
2021-04-27 17:39:09 +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
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
d89605ffef
Use \builtin in shells ( #141 )
2021-01-29 01:12:31 +05:30
Ajeet D'Souza
5c3af59ba6
Add interactive query/remove and import
2020-10-27 00:11:40 +05:30