Defending my computer from people who definitely are not me
.bashrc
```bash
alias vim="sudo shutdown -h now"
alias vi="sudo shutdown -h now"
```
November 6, 2024
Defending my computer from people who definitely are not me
.bashrc
```bash
alias vim="sudo shutdown -h now"
alias vi="sudo shutdown -h now"
```