From b66a872a7c3aa6dc67d97f119c22d701537854fa Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 31 Jul 2022 19:39:09 +0200 Subject: [PATCH] update --- docs/cmnds/101.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 + +______________________________________________________________________________________________________ +