zsh-users
 help / color / mirror / code / Atom feed
* Alias help
@ 2021-04-26 22:55 Hoji, Aki
  2021-04-26 23:15 ` Eric Cook
  0 siblings, 1 reply; 8+ messages in thread
From: Hoji, Aki @ 2021-04-26 22:55 UTC (permalink / raw)
  To: zsh-users

Hi, 

I made a following alias and put it in .zshrc;

alias pu ="pip3 list -o | sed "1,2 d" |cut -d ' ' -f1 |  xargs -n1 pip3 install -U”

And when I restart zsh, I got a following error;

/Users/akhst7/.zshrc:109: pip3 list -o | sed 1,2 not found.  

I’d appreciate any help on fixing this.

Thanks in advance. 



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-04-29 14:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 22:55 Alias help Hoji, Aki
2021-04-26 23:15 ` Eric Cook
2021-04-27  7:10   ` zzapper
2021-04-27 20:41     ` Bart Schaefer
2021-04-29 13:30     ` Daniel Shahaf
2021-04-29 13:55       ` zzapper
2021-04-29 14:13         ` Daniel Shahaf
2021-04-27 13:06   ` Akihiko Hohji

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).