From 97613fa0cf8c029f1a650bd8dd4265f8ab3269d2 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Thu, 23 Sep 2021 03:43:46 +0300 Subject: [PATCH] ref --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ```

+ + +