This commit is contained in:
		@@ -78,3 +78,27 @@ sort results in columns        | cmnd | column -t
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
______________________________________________________________________________________________________
 | 
					______________________________________________________________________________________________________
 | 
				
			||||||
</details>
 | 
					</details>
 | 
				
			||||||
 | 
					<!--  -->
 | 
				
			||||||
 | 
					<details>
 | 
				
			||||||
 | 
					<summary markdown="span"> Add Custom Folder to .bashrc </summary>
 | 
				
			||||||
 | 
					<br>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Edit bashrc:
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					nano ~/.bashrc
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					at the end of the file add:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					if [ -f ~/.sthope_scripts/.bash_aliases ]; then
 | 
				
			||||||
 | 
					    . ~/.sthope_scripts/.bash_aliases
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					export PATH=$PATH:~/.sthope_scripts/commands/
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Save and reboot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					______________________________________________________________________________________________________
 | 
				
			||||||
 | 
					</details>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user