Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
9813ff5f
Commit
9813ff5f
authored
Jun 28, 2015
by
Andrew Janke
Browse files
omz_diagnostic_dump: Add umask and $fpath listing.
This helps catch issues with compinit and insecure directories.
parent
af681652
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/diagnostics.zsh
View file @
9813ff5f
...
...
@@ -106,6 +106,7 @@ function _omz_diag_dump_one_big_text() {
builtin echo
OSTYPE
=
$OSTYPE
builtin echo
ZSH_VERSION
=
$ZSH_VERSION
builtin echo
User:
$USER
builtin echo umask
:
$(
umask
)
builtin echo
# Installed programs
...
...
@@ -159,13 +160,19 @@ function _omz_diag_dump_one_big_text() {
command
locale
builtin echo
# Zsh configuration
# Zsh
installation and
configuration
builtin echo
Zsh configuration:
builtin echo
setopt:
$(
builtin
setopt
)
builtin echo
builtin echo
zstyle:
builtin
zstyle
builtin echo
builtin echo
'compaudit output:'
compaudit
builtin echo
builtin echo
'$fpath directories:'
command ls
-lad
$fpath
builtin echo
# Oh-my-zsh installation
builtin echo
oh-my-zsh installation:
...
...
@@ -195,7 +202,7 @@ function _omz_diag_dump_one_big_text() {
builtin
bindkey
builtin echo
builtin echo
"infocmp:"
command
infocmp
command
infocmp
-L
builtin echo
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment