This commit is contained in:
parent
758b2e1297
commit
b66a872a7c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user