zsh-workers
 help / color / mirror / code / Atom feed
From: Arkadiusz Miskiewicz <arekm@maven.pl>
To: zsh-workers@sunsite.dk
Subject: force overwrite in completions
Date: Wed, 18 Feb 2009 09:14:53 +0100	[thread overview]
Message-ID: <200902180914.53604.arekm@maven.pl> (raw)


Hi,

I'm using zsh on a system which shares $HOME between two separate servers and 
when using both at the same time, switching to root at these (and so on) I 
sometimes get a question from mv asking me if I want to overwrite a file over 
and over.

This patch just forces such overwrite.

--- zsh-4.3.9/./Completion/compdump~    2008-07-29 10:53:08.000000000 +0200
+++ zsh-4.3.9/./Completion/compdump     2009-02-11 20:13:11.358508082 +0100
@@ -132,7 +132,7 @@
 print "typeset -gUa _comp_assocs" >> $_d_file
 print "_comp_assocs=( ${(qq)_comp_assocs} )" >> $_d_file

-mv $_d_file ${_d_file%.$HOST.$$}
+mv -f $_d_file ${_d_file%.$HOST.$$}

 unfunction compdump
 autoload -Uz compdump


-- 
Arkadiusz Miśkiewicz        PLD/Linux Team
arekm / maven.pl            http://ftp.pld-linux.org/


             reply	other threads:[~2009-02-18  8:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-18  8:14 Arkadiusz Miskiewicz [this message]
2009-02-18  9:38 ` Peter Stephenson
2009-02-18 11:07   ` Arkadiusz Miskiewicz
2009-02-18 11:19     ` Peter Stephenson
2009-02-18 10:11 ` Phil Pennock

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=200902180914.53604.arekm@maven.pl \
    --to=arekm@maven.pl \
    --cc=zsh-workers@sunsite.dk \
    /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).