Merge branch 'master' of gitlab.com:severinkaderli/dotfiles

This commit is contained in:
Severin Kaderli 2019-08-19 16:31:25 +02:00
commit ca6e28b8e5
7 changed files with 18 additions and 3 deletions

View file

@ -49,6 +49,7 @@
[core]
editor = vim
autocrlf = input
[push]
default = current

View file

@ -4,4 +4,7 @@
<option name="searchInBackground" value="true" />
<option name="showTipsOnStartup" value="false" />
</component>
<component name="Registry">
<entry key="actionSystem.fix.alt.gr" value="false" />
</component>
</application>

View file

@ -1,5 +1,5 @@
<templateSet group="Custom">
<template name="lema-roles" value="UPDATE user SET roles = '[&quot;ROLE_ADMIN&quot;,&quot;ROLE_SUPERUSER&quot;]' WHERE id = 101107;" toReformat="true" toShortenFQNames="true">
<template name="lema-roles" value="UPDATE user SET roles = '[&quot;ROLE_ADMIN&quot;,&quot;ROLE_SUPERUSER&quot;]' WHERE id = 101107;" description="" toReformat="true" toShortenFQNames="true">
<context>
<option name="SQL_STATEMENT" value="true" />
<option name="SQL_STATEMENT_MEMSQL" value="true" />

View file

@ -0,0 +1,11 @@
compresscmd zstd
uncompresscmd unzstd
compressoptions -9 --long -T0
compressext .zst
/home/severin/.local/log/*.log {
compress
daily
rotate 5
size 512K
}