zoxide/templates
Daniel M b1f7f7d839 Prevent endless recusion with alias cd on fish
- Create a custom __fish_cd function for use in __zoxide_cd.
- The __fish_cd function is set to be either a copy of the fish cd
  wrapper function, or an alias for `builtin cd` as fallback if the
  wrapper function does not exist for some reason.
- This prevents an endless recusion when using `alias cd=z` that would
  occur because __zoxide_cd would call the `cd` alias which would in
  turn call `z` and so on.
2021-05-09 19:40:40 +02:00
..
bash.txt Rename variables 2021-05-04 02:42:43 +05:30
elvish.txt Rename variables 2021-05-04 02:42:43 +05:30
fish.txt Prevent endless recusion with alias cd on fish 2021-05-09 19:40:40 +02:00
nushell.txt Improvements to query algorithm 2021-05-06 04:31:57 +05:30
posix.txt Rename variables 2021-05-04 02:42:43 +05:30
powershell.txt Rename variables 2021-05-04 02:42:43 +05:30
xonsh.txt Rename variables 2021-05-04 02:42:43 +05:30
zsh.txt Rename variables 2021-05-04 02:42:43 +05:30