growing up

This commit is contained in:
bt3gl 2024-03-14 18:06:10 +01:00
parent ef5077cd50
commit 9bb02f2ddf
25 changed files with 47 additions and 50 deletions

View file

@ -1,7 +1,6 @@
# Bt3gl's ol'n'good Ultimate Linux Guide for Hackers
# Mia Stein's ol'n'good Ultimate Linux Guide for Hackers
* I wrote this in 2013, but hey Linux is still Linux <3.
* but if you want modern Linux, [check this out](https://github.com/ibraheemdev/modern-unix)
<br>
@ -319,7 +318,7 @@ $ export PATH=$PATH:/<DIRECTORY>
* **~/.bashrc** contains scripts and variables that are executed when Bash is invoked.
* It's a good experience to customize your **~/.bashrc**. Just google for samples, or take a look at this [site dedicated for sharing dot-files](http://dotfiles.org), or at [mine](https://github.com/bt3gl/Dotfiles-and-Bash-Examples/blob/master/configs/bashrc). Don't forget to ```source``` your **./bashrc** file every time you make a change (opening a new terminal has the same effect):
* It's a good experience to customize your **~/.bashrc**. Just google for samples, or take a look at this [site dedicated for sharing dot-files](http://dotfiles.org), or at [mine](https://github.com/go-outside-labs/Dotfiles-and-Bash-Examples/blob/master/configs/bashrc). Don't forget to ```source``` your **./bashrc** file every time you make a change (opening a new terminal has the same effect):
```
$ source ~/.bashrc