update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-07-31 19:39:09 +02:00
parent 758b2e1297
commit b66a872a7c

View File

@ -78,3 +78,27 @@ sort results in columns | cmnd | column -t
______________________________________________________________________________________________________
</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>