1
0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2025-01-13 20:37:51 +02:00
Christo Kotze ec0f7bdacb Update for Travis
While zsh accepts the following code:

```
  local paths=(${(s:/:)${1//"~\/"/}})
```

Travis fails unless it is

```
  local paths=$1
  paths=(${(s:/:)${paths//"~\/"/}})
```
2018-02-22 22:22:04 +04:00
..
2018-01-05 13:20:48 +04:00
2018-02-22 22:22:04 +04:00
2017-12-14 15:20:02 -05:00