Skip to content

Commit a9d5922

Browse files
authored
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.
1 parent 5ac748e commit a9d5922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03_1_Verifying_Your_Bitcoin_Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Before you start playing with Bitcoin, you should ensure that everything is setu
66

77
We suggest creating some aliases to make it easier to use Bitcoin.
88

9-
You can do so by putting them in your `.bash_profile`.
9+
You can do so by putting them in your `.bash_profile`, `.bashrc` or `.profile`.
1010
```
1111
cat >> ~/.bash_profile <<EOF
1212
alias btcdir="cd ~/.bitcoin/" #linux default bitcoind path

0 commit comments

Comments
 (0)