This commit is contained in:
BICB4 2023-10-20 16:43:42 -06:00 committed by GitHub
commit 839ce4a346
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,6 +287,13 @@ Credit: @donkoch
$ alias vim=/bin/false
```
## The Old Switcheroo
Credit: @bicb4
```bash
$ alias vim=nano
```
## The shortest way
Credit: @MasterDevX