From b76a9461c998d89f067d60e88da6442dc79167ee Mon Sep 17 00:00:00 2001 From: Kan <41794921+TheK4n@users.noreply.github.com> Date: Fri, 24 Sep 2021 20:22:12 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2870e72..0058118 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ sftp host_name #### Update .bashrc .bash_aliases by ssh ```bash -ssh hosting 'rm -rf ~/BashConfig; git clone https://github.com/TheK4n/BashConfig && cp BashConfig/.bash* ~/BashConfig; rm -rf ~/BashConfig' +ssh hosting 'rm -rf ~/BashConfig; git clone https://github.com/TheK4n/BashConfig && cp BashConfig/.bash* ~; rm -rf ~/BashConfig' ```