Add npm global packages bin directory to fish shell PATH for easier
access to globally installed packages.
Create `.npmrc` configuration file with:
- `strict-ssl=true` for secure connections
- Custom prefix set to `${HOME}/.npm-packages` for global installations
This ensures globally installed npm packages are accessible from the
command line and configures npm to use a user-specific directory for
global packages.