mirror of
https://github.com/Cian-H/dotfiles.git
synced 2026-05-01 04:01:42 +01:00
Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Fast Node Manager (fnm)
|
||||
|
||||
Enables Nushell support for [Fast Node Manager (fnm)](https://github.com/Schniz/fnm), a fast and simple Node.js version manager. Based on [this GitHub issue](https://github.com/Schniz/fnm/issues/463) and [fnm-nushell](https://github.com/Southclaws/fnm-nushell).
|
||||
|
||||
Requires `fnm` to be installed separately.
|
||||
|
||||
## Install
|
||||
|
||||
Clone this repo or copy the `fnm.nu` file wherever your prefer to keep your Nushell scripts.
|
||||
|
||||
Edit your Nushell config file (`$nu.config-path`) and add the line:
|
||||
|
||||
```nu
|
||||
use /path/to/fnm.nu
|
||||
```
|
||||
Reference in New Issue
Block a user