标签: bash alias git-bash
此作品有效:
function W1 { ssh user@host -t "tmux new -A -s ${1:-defaultos}" }
但是这个没有:
alias w1='ssh user@host -t "tmux new -A -s ${1:-defaultos}"'
为什么?
通过Windows 10在Git Bash上运行它