# Bash

### Edit shortcuts

Open `.bashrc` file and add

```bash
 alias 1="command"
```

### Auto run commands on terminal open

Open `.bashrc` file and add command to bottom file

### Fix: no bash after ssh login

```
chsh -s /bin/bash
```

<div id="bkmrk--1">  
</div>