This commit is contained in:
TheK4n 2021-09-23 03:43:46 +03:00
parent f6379b470f
commit 97613fa0cf

View File

@ -70,6 +70,12 @@ sftp host_name
| ```Ctrl + r``` | Redo |
| ```22G``` | Go to line 22
<p></p>
#### 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
```
<h1 align="center"><a href="#top"></a></h1>