zoxide/templates
Peter Solodov b50ee1d9ea support autocd option
In bash, when autocd option is set and user enters a directory name as a
command, it results in a very specific call to cd:

cd -- [directory name]

zoxide's directory changing function passes all arguments to __zoxide_z as is,
including the "--" first argument. By detecting this and skipping the first
argument changing directory works with autocd set.
2024-02-14 18:46:39 -05:00
..
bash.txt support autocd option 2024-02-14 18:46:39 -05:00
elvish.txt Improve completions (#562) 2023-05-06 20:48:19 +05:30
fish.txt Improve completions (#562) 2023-05-06 20:48:19 +05:30
nushell.txt Update nushell template to use rest operator where needed (#663) 2024-02-13 03:01:04 +05:30
posix.txt Improve completions (#562) 2023-05-06 20:48:19 +05:30
powershell.txt Use `global` scope for PowerShell variables / functions (#597) 2023-08-04 07:25:48 +05:30
xonsh.txt Fix CI 2023-11-21 02:48:58 +05:30
zsh.txt Improve completions (#562) 2023-05-06 20:48:19 +05:30