Compare commits
2 commits
29775168b1
...
82f9d20a6b
Author | SHA1 | Date | |
---|---|---|---|
82f9d20a6b | |||
e54e935f04 |
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] )) && todo show -s
|
(( $+commands[todo] )) && is-tty || todo show -s
|
||||||
|
|
Loading…
Reference in a new issue