You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ec0f7bdacb
While zsh accepts the following code: ``` local paths=(${(s:/:)${1//"~\/"/}}) ``` Travis fails unless it is ``` local paths=$1 paths=(${(s:/:)${paths//"~\/"/}}) ``` |
7 years ago | |
---|---|---|
.. | ||
colors.zsh | 7 years ago | |
icons.zsh | 7 years ago | |
utilities.zsh | 7 years ago | |
vcs.zsh | 7 years ago |