sync
This commit is contained in:
parent
a70f815dcd
commit
301db58862
3 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
||||||
[global]
|
[global]
|
||||||
error_log = /tmp/php80-fpm.error.log
|
error_log = /tmp/php80-fpm.error.log
|
||||||
daemonize = no
|
daemonize = no
|
||||||
|
log_limit = 49152
|
||||||
|
|
||||||
[www]
|
[www]
|
||||||
listen = 127.0.0.1:9080
|
listen = 127.0.0.1:9080
|
||||||
|
@ -18,9 +19,10 @@ access.format = "%R - %u %t \"%m %r\" %s %d"
|
||||||
request_terminate_timeout = 0
|
request_terminate_timeout = 0
|
||||||
|
|
||||||
catch_workers_output = yes
|
catch_workers_output = yes
|
||||||
|
decorate_workers_output = no
|
||||||
|
|
||||||
php_admin_value[error_log] = /dev/stderr
|
php_admin_value[error_log] = /dev/stderr
|
||||||
;php_admin_flag[log_errors] = on
|
;php_admin_flag[log_errors] = on
|
||||||
;php_admin_value[memory_limit] = 32M
|
;php_admin_value[memory_limit] = 32M
|
||||||
php_admin_value[sendmail_path] = {{.chezmoi.homeDir}}/bin/pipemail
|
php_admin_value[sendmail_path] = {{ .chezmoi.homeDir }}/bin/pipemail
|
||||||
php_admin_value[sys_temp_dir] = {{.chezmoi.homeDir}}/jopixel/webserver/temp
|
php_admin_value[sys_temp_dir] = {{ .chezmoi.homeDir }}/jopixel/webserver/temp
|
||||||
|
|
|
@ -591,8 +591,8 @@ type/^PostScript
|
||||||
|
|
||||||
# PDF
|
# PDF
|
||||||
type/^PDF
|
type/^PDF
|
||||||
Open=/usr/bin/mupdf %f
|
Open=/usr/bin/zathura %f
|
||||||
View=/usr/bin/mupdf %f
|
View=/usr/bin/zathura %f
|
||||||
|
|
||||||
# html
|
# html
|
||||||
regex/i/\.html?$
|
regex/i/\.html?$
|
||||||
|
|
|
@ -45,10 +45,11 @@ DISABLE_AUTO_UPDATE="true"
|
||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git z sudo docker laya-repo fzf timer)
|
plugins=(git z sudo docker laya-repo fzf)
|
||||||
if [[ -z "$MC_SID" ]]
|
if [[ -z "$MC_SID" ]]
|
||||||
then
|
then
|
||||||
plugins+=direnv
|
plugins+=direnv
|
||||||
|
plugins+=timer
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
@ -104,6 +105,6 @@ then
|
||||||
else
|
else
|
||||||
# in mc
|
# in mc
|
||||||
function __git_prompt_git() {
|
function __git_prompt_git() {
|
||||||
return 1
|
return 0
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue