mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-26 05:50:07 +00:00
Oop
This commit is contained in:
parent
fdef2c08d4
commit
cc796d9cda
1 changed files with 1 additions and 1 deletions
|
@ -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 1
|
[[ ! -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…
Reference in a new issue