mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01:00
6 lines
210 B
Markdown
6 lines
210 B
Markdown
|
Typically files ending with a ~ are backups created by editors like emacs, nano or vi. Set `backupdir` to some other location if you don't want to see them everywhere.
|
||
|
|
||
|
```
|
||
|
set backupdir=/path/to/somewhere
|
||
|
```
|