Remove the extra variable and inline the test

This commit is contained in:
brettm12345 2020-02-15 20:10:18 -05:00
commit 9017e5815c
No known key found for this signature in database
GPG key ID: B511A07485FD1360
2 changed files with 1 additions and 3 deletions

View file

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