Populate rich completions using fish and remove the default bash based completer in xonsh shell.
If you like the idea click ⭐ on the repo and tweet.
First of all install fish shell.
To install the xontrib use xpip:
xpip install xontrib-fish-completer
# or: xpip install -U git+https://github.com/xonsh/xontrib-fish-completer
xontrib load fish_completer
ls -<Tab>
This package was created with xontrib template.