diff --git a/docs/cmnds/101.md b/docs/cmnds/101.md index 1601603..80aa92b 100644 --- a/docs/cmnds/101.md +++ b/docs/cmnds/101.md @@ -78,3 +78,27 @@ sort results in columns | cmnd | column -t ______________________________________________________________________________________________________ + +
+ Add Custom Folder to .bashrc +
+ +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 + +______________________________________________________________________________________________________ +