From a9d592233ccd918c36fed5e869c0c9a7bdb805c1 Mon Sep 17 00:00:00 2001 From: jerzybrzoska <51721153+jerzybrzoska@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:04:10 +0100 Subject: [PATCH] 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. --- 03_1_Verifying_Your_Bitcoin_Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03_1_Verifying_Your_Bitcoin_Setup.md b/03_1_Verifying_Your_Bitcoin_Setup.md index 45c9a54..2fb73bf 100644 --- a/03_1_Verifying_Your_Bitcoin_Setup.md +++ b/03_1_Verifying_Your_Bitcoin_Setup.md @@ -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 <