From fdc662bbaf7c1ddc3ee4b7efb11c04376d5a6a7d Mon Sep 17 00:00:00 2001 From: yuriy Date: Mon, 18 Dec 2023 00:10:57 -0500 Subject: [PATCH] Update README.md Added command to download and replace current .bashrc and set proper permissions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c1722c..3397c7c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ My personal customized .bashrc file: -cd ~/Downloads/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/raw/branch/main/.bashrc +cd ~/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/raw/branch/main/.bashrc && chmod 744 .bashrc