Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nanasess/msys2-etc-profile.d


https://github.com/nanasess/msys2-etc-profile.d

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

/etc/profile.d for MSYS2
=========================

Add to your `/etc/bash.bashrc` file.

```sh
[ -f "/etc/profile.d/dot.bashrc" ] && . "/etc/profile.d/dot.bashrc"
```