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
|
||||
keepbuilddeps = no
|
||||
skipfailedbuild = no
|
||||
alwaysusedynamicusers = no
|
||||
ignorearch = no
|
||||
gpgdir =
|
||||
dynamicusers = root
|
||||
|
||||
[review]
|
||||
noedit = no
|
||||
|
|
|
@ -61,4 +61,4 @@ fi
|
|||
# Source your static plugins file.
|
||||
source $zsh_plugins
|
||||
|
||||
(( $+commands[todo] )) && todo show -s
|
||||
(( $+commands[todo] )) && is-tty || todo show -s
|
||||
|
|
Loading…
Reference in a new issue