5 lines
169 B
Markdown
5 lines
169 B
Markdown
My personal customized .bashrc file:
|
|
|
|
```
|
|
cd ~/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/raw/branch/main/.bashrc && chmod 744 .bashrc
|
|
``` |