We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initExtraLast
We can use initExtraFirst to ensure that I start .zshrc file with the following lines.
initExtraFirst
.zshrc
initExtraFirst = '' echo "# ----------------------------------------------------------------------" echo "# Init Extra First...." # time ZSH_ZPROF_DEBUG=1 zsh -i -c exit if [[ -n ''${ZSH_ZPROF_DEBUG} ]]; then zmodload zsh/zprof fi ''
For example, I want these lines to be the last four lines in the generated .zshrc file.
# time ZSH_ZPROF_DEBUG=1 zsh -i -c exit if [[ -n ${ZSH_ZPROF_DEBUG} ]]; then zprof fi
How do we make sure that some configurations are set at the end of .zshrc file?
The text was updated successfully, but these errors were encountered:
I am also in need of this feature and would like to see it added.
Sorry, something went wrong.
rycee
sumnerevans
berbiche
Successfully merging a pull request may close this issue.
We can use
initExtraFirst
to ensure that I start.zshrc
file with the following lines.For example, I want these lines to be the last four lines in the generated
.zshrc
file.How do we make sure that some configurations are set at the end of
.zshrc
file?The text was updated successfully, but these errors were encountered: