mirror of
https://github.com/sahinakkaya/til.git
synced 2025-04-19 17:22:07 +02:00
6 lines
213 B
Markdown
6 lines
213 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.
|
|
|
|
```vim
|
|
set backupdir=/path/to/somewhere
|
|
```
|