skywind3000 / z.lua

:zap: A new cd command that helps you navigate faster by learning your habits.
MIT License
2.94k stars 137 forks source link

fix potential compatibilty issue for some fish shell versions and add… #179

Closed Kosette closed 1 year ago

Kosette commented 1 year ago

… autocompletion for cmd options

  1. alias command not available in some fishshell versions like 3.3.1. use fish-native function instead;
  2. add autocompletion for cmd options benefitting from magic power of fish. just type z - and press tab. enjoy yourself.
Kosette commented 1 year ago

related issue: https://github.com/skywind3000/z.lua/issues/178

skywind3000 commented 1 year ago

thanks