zsh-users
 help / color / mirror / code / Atom feed
From: "Nikolay Aleksandrovich Pavlov (ZyX)" <kp-pav@yandex.ru>
To: Emanuel Berg <embe8573@student.uu.se>,
	"zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: sudo user-command-1; also-sudoed-command-2
Date: Tue, 17 May 2016 23:04:34 +0300	[thread overview]
Message-ID: <1093961463515474@web6o.yandex.ru> (raw)
In-Reply-To: <86shxge9t2.fsf@student.uu.se>

17.05.2016, 22:59, "Emanuel Berg" <embe8573@student.uu.se>:
> "Nikolay Aleksandrovich Pavlov (ZyX)"
> <kp-pav@yandex.ru> writes:
>
>>  Why should it read zshrc without -i? If I am
>>  not mistaking using `sudo zsh -ic "…"` should
>>  be enough (assuming sudo keeps both $HOME and
>>  $ZDOTDIR, I do not remember this).
>
> My neither, but anyway it doesn't work, at
> least not here:
>
>     $ sudo zsh -ic 'll /'
>
> gets:
>
>     zsh:1: command not found: ll

Where is `ll` alias defined?

>
>>  (changed `$=` to `$(z)`). This will not run
>>  cycles though.
>
> OK, done.
>
>>  You may change zudo-f to
>>
>>  ```zsh zudo-f () { emulate -L zsh sudo
>>  ZDOTDIR="${ZDOTDIR:-$HOME}" zsh -ic "$1" } ```
>>
>>  , but this has different downside: if alias or
>>  function was defined in user configuration
>>  everything may be fine. But if it was defined
>>  in the interactive session, it will not be
>>  used. Also this is going to be slower then
>>  your variant.
>
> None of that is a problem to me, so let's see -
> like this?
>
>     zzzudo () {
>         emulate -L zsh sudo ZDOTDIR="${ZDOTDIR:-$HOME}" zsh -ic "$1"
>     }
>
> If so, no:
>
>     zzzudo:emulate:1: unknown argument sudo

That was <blockquote>```zsh{newline}zudo-f () {{newline}    emulate -L zsh{newline}    sudo ZDOTDIR="${ZDOTDIR:-$HOME}" zsh -ic "$1"{newline}}</blockquote>. I do not know who spoiled the message, but I receive all my messages back from mailing list and it was fine, so it is something between you and mailing list.

>
> --
> underground experts united .... http://user.it.uu.se/~embe8573
> Emacs Gnus Blogomatic ......... http://user.it.uu.se/~embe8573/blogomatic
>                    - so far: 32 Blogomatic articles -


  reply	other threads:[~2016-05-17 20:14 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
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) [this message]
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=1093961463515474@web6o.yandex.ru \
    --to=kp-pav@yandex.ru \
    --cc=embe8573@student.uu.se \
    --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).