Adding Makefile and zprofile/xsession

This commit is contained in:
2023-04-01 19:16:23 +02:00
parent c354e3f9c8
commit b7e3874312
19 changed files with 77 additions and 0 deletions

3
_vim/filetype.vim Normal file
View File

@@ -0,0 +1,3 @@
augroup filetypedetect
au BufNewFile,BufRead *.ums setf umlspeed
augroup END