➜ ~ cat .zshrc | grep xclip alias c="xclip -selection c" alias -g v='"$(xclip -selection c -o)"' ➜ ~ v zsh: 没有那个文件或目录: file:///home/roach/Downloads/pure.png ➜ ~ ➜ ~ alias -g v='"$(xclip -selection c -o)|sed -e 's/file:////'"' ➜ ~ v zsh: 没有那个文件或目录: file:///home/roach/Downloads/pure.png|sed -e s/file://// ➜ ~