kube-ps1: update to latest version (ede8098)

Fixes #8786
master
Marc Cornellà 6 years ago
parent 5ea25e6736
commit 604f1ef9cd
  1. 2
      plugins/kube-ps1/kube-ps1.plugin.zsh

@ -184,7 +184,7 @@ _kube_ps1_file_newer_than() {
local check_time=$2
if [[ "${KUBE_PS1_SHELL}" == "zsh" ]]; then
mtime=$(zstat -L +mtime "${file}")
mtime=$(zstat +mtime "${file}")
elif stat -c "%s" /dev/null &> /dev/null; then
# GNU stat
mtime=$(stat -L -c %Y "${file}")

Loading…
Cancel
Save