zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: sudo user-command-1; also-sudoed-command-2
Date: Tue, 17 May 2016 03:43:39 -0700	[thread overview]
Message-ID: <CAH+w=7apZPY41mR_=pdZ134aUUT8jaCuKnP_vScVAiER-Pc9Cg@mail.gmail.com> (raw)
In-Reply-To: <86inydgbp6.fsf@student.uu.se>

On Mon, May 16, 2016 at 10:22 AM, Emanuel Berg <embe8573@student.uu.se> wrote:
> How can I execute a block of arbitrary commands
> with sudo, but only having to type sudo once,
> and still be able to use the user functions?

Why not

  sudo ZDOTDIR="${ZDOTDIR:-$HOME}" zsh -c "...."

??  That should cause zsh to read the current user's .zshrc etc. files
before executing the "...", thereby obtaining the alias and function
definitions.


  reply	other threads:[~2016-05-17 10:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-16 17:22 Emanuel Berg
2016-05-17 10:43 ` Bart Schaefer [this message]
2016-05-17 15:31   ` Nikolay Aleksandrovich Pavlov (ZyX)
2016-05-17 19:58     ` Emanuel Berg
2016-05-17 20:04       ` Nikolay Aleksandrovich Pavlov (ZyX)
2016-05-18  1:31         ` Emanuel Berg
2016-05-17 19:51   ` Emanuel Berg
2016-05-17 19:54     ` Nikolay Aleksandrovich Pavlov (ZyX)
2016-05-17 20:10       ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7apZPY41mR_=pdZ134aUUT8jaCuKnP_vScVAiER-Pc9Cg@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).