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' ```