Mention ~/.profile as fallback for ~/.bash_profile

Since Debian and distros based on it such as Ubuntu don't create
~/.bash_profile by default.
This commit is contained in:
Robbert van der Helm
2020-07-25 18:18:47 +02:00
parent 9c20ced543
commit fdbf93ba61
+1 -1
View File
@@ -145,7 +145,7 @@ examples I'll assume you're using the default installation location at
`~/.local/share/yabridge`.
- If you are using the default **Bash** shell, then you will want to add the
following line to `~/.bash_profile` (and _not_ to `~/.bashrc`):
following line to `~/.bash_profile` (or `~/.profile` if it does not exist):
```shell
export PATH="$HOME/.local/share/yabridge:$PATH"