Separate wallpaper and lockscreen by host
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
14e80e6bf2
commit
b4b02847dd
13 changed files with 83 additions and 49 deletions
|
@ -29,7 +29,7 @@
|
|||
a = add --all
|
||||
|
||||
# Create a commit and sign it off
|
||||
c = commit -s
|
||||
c = commit -s -S
|
||||
|
||||
# Push to the master branch of the origin remote
|
||||
p = push --follow-tags
|
||||
|
@ -50,9 +50,6 @@
|
|||
[push]
|
||||
default = upstream
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[url "git@gitlab.com:severinkaderli/"]
|
||||
insteadOf = gl:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue