2023-12-03 23:25:21 -05:00
|
|
|
My personal customized .bashrc file:
|
|
|
|
|
2023-12-18 00:11:35 -05:00
|
|
|
```
|
2023-12-18 00:10:57 -05:00
|
|
|
cd ~/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/raw/branch/main/.bashrc && chmod 744 .bashrc
|
2023-12-18 00:11:35 -05:00
|
|
|
```
|