diff --git a/README.md b/README.md index 354f70b..f11ce47 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ sftp host_name | ```Ctrl + r``` | Redo | | ```22G``` | Go to line 22 +

+ +#### 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' +``` ### Autostart @@ -105,3 +111,6 @@ WantedBy=multi-user.target ```

+ + +