mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01: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
|
|
```
|