Use `[[ ]]` instead of `test`

pull/501/head
brettm12345 2020-02-15 20:07:42 -05:00
parent cb6351436a
commit ae4650b40d
No known key found for this signature in database
GPG Key ID: B511A07485FD1360
1 changed files with 1 additions and 1 deletions

View File

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