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 21b7749075 Added truncatePath to utilities.zsh
Added `function truncatePath()` to utilities.zsh to take care of
truncation. This is pure zsh code, without calls to `sed`. Parameters
are:
   * $1 Path: string - the directory path to be truncated
   * $2 Length: integer - length to truncate to
   * $3 Delimiter: string - the delimiter to use
   * $4 From: string - "right" | "middle". If omited, assumes right.

Cleaned up code to use the new function instead.
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 Added truncatePath to utilities.zsh 7 years ago
vcs.zsh Merge branch 'master' into next 7 years ago