1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-12 08:10:07 +00:00
powerlevel10k/functions
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
..
colors.zsh Merge pull request #681 from Stazer/tcolor-warning 2018-01-30 16:44:27 -05:00
icons.zsh Updates to functions/icons.zsh 2018-01-05 13:20:48 +04:00
utilities.zsh Update for Travis 2018-02-22 22:22:04 +04:00
vcs.zsh Merge branch 'master' into next 2017-12-14 15:20:02 -05:00