Usando comandi come rsync
e scp
con ZSH
ho avuto dei problemi. Invece del comportamento (normale) di darmi tutti i file corrispondenti, non verrà eseguito e restituirà:
➜ ~ rsync -azP user@server:~/* ~/
zsh: no matches found: user@server:~/*
Come posso risolvere questo problema?
Mio .zshrc
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="robbyrussell"
plugins=(git brew)
source $ZSH/oh-my-zsh.sh
export PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/sbin
bash
.