03_1_Verifying_Your_Bitcoin_Setup.md: Added .bashrc and .profile as options along with .bash_profile

There is no `.bash_profile` on Debian. Irrespectively of the Linux distro `.bashrc` is likely to be the file where most Linux users place there aliases.
This commit is contained in:
jerzybrzoska 2021-02-15 10:04:10 +01:00 committed by GitHub
parent 5ac748e82f
commit a9d592233c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ Before you start playing with Bitcoin, you should ensure that everything is setu
We suggest creating some aliases to make it easier to use Bitcoin.
You can do so by putting them in your `.bash_profile`.
You can do so by putting them in your `.bash_profile`, `.bashrc` or `.profile`.
```
cat >> ~/.bash_profile <<EOF
alias btcdir="cd ~/.bitcoin/" #linux default bitcoind path