Compare commits
No commits in common. "82f9d20a6b64f431a70f7caaac5e00dfaf535844" and "29775168b186fc8c263a73e4335e69813129e5b8" have entirely different histories.
82f9d20a6b
...
29775168b1
2 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ keepbuilddir = no
|
||||||
keepdevbuilddir = yes
|
keepdevbuilddir = yes
|
||||||
keepbuilddeps = no
|
keepbuilddeps = no
|
||||||
skipfailedbuild = no
|
skipfailedbuild = no
|
||||||
|
alwaysusedynamicusers = no
|
||||||
ignorearch = no
|
ignorearch = no
|
||||||
gpgdir =
|
gpgdir =
|
||||||
dynamicusers = root
|
|
||||||
|
|
||||||
[review]
|
[review]
|
||||||
noedit = no
|
noedit = no
|
||||||
|
|
|
@ -61,4 +61,4 @@ fi
|
||||||
# Source your static plugins file.
|
# Source your static plugins file.
|
||||||
source $zsh_plugins
|
source $zsh_plugins
|
||||||
|
|
||||||
(( $+commands[todo] )) && is-tty || todo show -s
|
(( $+commands[todo] )) && todo show -s
|
||||||
|
|
Loading…
Reference in a new issue