v1.22.7
Schniz/fnmv1.22.7Nov 9, 2020by Schniz
AI Summary
This release adds a `list` alias for `ls` and refines Bash shell integration for automatic version switching.
Key Highlights
- Add `list` alias for `ls`
- Make config arguments globally available on all commands
- Escape `cd` calls in Bash's use-on-cd
- Run `fnm use` on shell initialization in Bash
New Features
- List alias
- Bash shell integration improvements
Full Release Notes
#### New Feature 🎉 - [#315](https://github.com/Schniz/fnm/pull/315) Add `list` alias for `ls` ([@probablykasper](https://github.com/probablykasper)) #### Bugfix 🐛 - [#326](https://github.com/Schniz/fnm/pull/326) Make config arguments globally available on all commands ([@Schniz](https://github.com/Schniz)) - [#323](https://github.com/Schniz/fnm/pull/323) Escape `cd` calls in Bash's use-on-cd ([@Schniz](https://github.com/Schniz)) - [#322](https://github.com/Schniz/fnm/pull/322) Run `fnm use` on shell initialization in Bash ([@Schniz](https://github.com/Schniz)) #### Committers: 2 - Gal Schlezinger ([@Schniz](https://github.com/Schniz)) - Kasper ([@probablykasper](https://github.com/probablykasper))