diff options
author | Andrew Janke <andrew@apjanke.net> | 2015-06-06 11:50:05 -0400 |
---|---|---|
committer | Andrew Janke <andrew@apjanke.net> | 2015-06-06 11:50:05 -0400 |
commit | af68165207ea757e303fdbab365ac9e3f11c8530 (patch) | |
tree | a5e55db2322e0ff2953e953a17cf5604e6e69157 /lib | |
parent | afadb5a7fba061bc1b6da1df3b00e20ede4a5cba (diff) | |
download | zsh-af68165207ea757e303fdbab365ac9e3f11c8530.tar.gz zsh-af68165207ea757e303fdbab365ac9e3f11c8530.tar.bz2 zsh-af68165207ea757e303fdbab365ac9e3f11c8530.zip |
Fix name of backed-up zshrc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/diagnostics.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diagnostics.zsh b/lib/diagnostics.zsh index 6dede0664..023ba42b9 100644 --- a/lib/diagnostics.zsh +++ b/lib/diagnostics.zsh @@ -207,7 +207,7 @@ function _omz_diag_dump_one_big_text() { # to help with diagnosing behavior differences between bash and zsh cfgfiles=( /etc/zshenv /etc/zprofile /etc/zshrc /etc/zlogin /etc/zlogout $zdotdir/.zshenv $zdotdir/.zprofile $zdotdir/.zshrc $zdotdir/.zlogin $zdotdir/.zlogout - ~/.zsh-pre-oh-my-zsh + ~/.zsh.pre-oh-my-zsh /etc/bashrc /etc/profile ~/.bashrc ~/.profile ~/.bash_profile ~/.bash_logout ) command ls -lad $cfgfiles 2>&1 builtin echo |