Return an error

pull/501/head
brettm12345 5 years ago
parent 9017e5815c
commit ea95789078
No known key found for this signature in database
GPG Key ID: B511A07485FD1360

@ -1506,7 +1506,7 @@ function ask_zshrc_edit() {
r) return 1;; r) return 1;;
n) return 0;; n) return 0;;
y) y)
[[ ! -e $__p9k_zshrc || -w $__p9k_zshrc ]] || echo "Zshrc is readonly ignoring..."; return [[ ! -e $__p9k_zshrc || -w $__p9k_zshrc ]] || echo "Zshrc is readonly ignoring..."; return 1
write_zshrc=1 write_zshrc=1
if [[ -n $zshrc_content ]]; then if [[ -n $zshrc_content ]]; then
zshrc_backup="$(mktemp ${TMPDIR:-/tmp}/.zshrc.XXXXXXXXXX)" || quit -c zshrc_backup="$(mktemp ${TMPDIR:-/tmp}/.zshrc.XXXXXXXXXX)" || quit -c

Loading…
Cancel
Save