Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh Issue - "!~ " character is not pasted into shell, insted I get "~/.ssh/config"
- X-seq: zsh-workers 39399
- From: Xavier Martínez Serrano <xmarti6@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: zsh Issue - "!~ " character is not pasted into shell, insted I get "~/.ssh/config"
- Date: Wed, 21 Sep 2016 16:27:21 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xtec-cat.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=a+IBPWw0i/no5L13yDivDKuL+k6ZPF3ws5nV70FJtQA=; b=LBrLrMbG31HtVVjZvBYBeVIQyxnwA7fud4WmqXXvFirk7pcogoZqxhLODS+xK0Am2M R3fr/00xYc+WEDJfaxtTev4cvycFBIWh/9jBy86qkB513bvx62/PziF5qmRqBquhveRk an/MYFpEIY1MAw0ybXQ7v6gSfMFJDhjd+lMT18mabSUG5ID1hn2OapsT/PzqcQyuJhvF OPJhQzAHzik0g9Gp+An0UJ04/a+++Iao5et3QDyzPqCCy2T5C01w/q/23zqo4WwVcXop LqLvF8AeMAXkpMXF+qapk2qR7lMh1YIxU1RhTAqYB9WQCQLJxy3DPjkGUuaUtutsnYF4 X4aA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi all,
I'm using zsh 4.3.17 (x86_64-unknown-linux-gnu)" version
and when I was developing some small awk codes, I tried to paste
them to the terminal, but when I used the operator "!~ " I realised
that, when pasting, zsh translated it to "~/.ssh/config". Quite annoying
thing though don't know if may be is resolved in newer zhs versions.
This is the output of pasting "!~" many times:
!~!~!~
This is the output of pasting "!~ " (note the last space) many times:
~/.ssh/config ~/.ssh/config ~/.ssh/config
Many thanks,
Xavi
Messages sorted by:
Reverse Date,
Date,
Thread,
Author