mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-30 18:07:22 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									5ac748e82f
								
							
						
					
					
						commit
						a9d592233c
					
				| @ -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 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user