Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
option to show file:line everytime echo is called?
- X-seq: zsh-users 22340
- From: Timothee Cour <timothee.cour2@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: option to show file:line everytime echo is called?
- Date: Mon, 9 Jan 2017 15:55:08 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:from:date:message-id:subject:to; bh=gFyc19q6hKkZNphZxCHXc1GIIf5bdu60SiNdeydj5wc=; b=IyIm+h36r4zxbyVcEMD0tiy1R7HcVFSAmtBsWtZfin2WnFuFMsgkMIchmytLbw1Hx2 h+wsCICl6Va7ODT5QDo26djMlyPcrdCIMTRsRIyNivE7frIl0rZDWDRq7NuA+cXe+7BS kMZkgZ8AOMQqfNwOMVzfmS2KUQnLl8GXh3nNVwVycw5WGBuMAPC1NIKZomOqVrdA4+07 OkINoJ828nk8hrqBvf8JlnC1Pmmdbn7k+njzIpa+1/9pEVYEU6IGas3DfkVCQQDabuPJ GD4lFezY55szFrO5iyGDHdlbsGLX/CnrB4D7ltXtv4xmbFC81LVYUeld56QbPazLFgTr j9Cw==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Sender: timothee.cour@xxxxxxxxx
is there an option to show file:line everytime echo is called? eg:
set -magic_echo_option
echo myvr=$myvar #assuming this is at line 19
#shows:
/home/timothee/.zshrc:19 myvar=FOO
if impossible what would be a workaround ? or another command that does
this?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author