Personal .bashrc file
Go to file
yuriy fdc662bbaf Update README.md
Added command to download and replace current .bashrc and set proper permissions
2023-12-18 00:10:57 -05:00
.bashrc added rest of git aliases from powershell profile 2023-11-22 00:54:20 -05:00
README.md Update README.md 2023-12-18 00:10:57 -05:00

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