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.
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//"~\/"/}})
```
7 years ago
..
colors.zsh Merge pull request #681 from Stazer/tcolor-warning 7 years ago
icons.zsh Updates to `functions/icons.zsh` 7 years ago
utilities.zsh Update for Travis 7 years ago
vcs.zsh Merge branch 'master' into next 7 years ago