We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/env/zsh
1 parent 93a0021 commit 540ed14Copy full SHA for 540ed14
core/tabs/applications-setup/zsh-setup.sh
@@ -44,7 +44,7 @@ RPROMPT='%F{15}(%F{166}%D{%H:%M}%F{15})%f'
44
EOL
45
46
# Ensure /etc/zsh/zshenv sets ZDOTDIR to the user's config directory
47
- [ ! -f /etc/zsh/zshenv ] && "$ESCALATION_TOOL" touch /etc/zsh/zshenv
+ [ ! -f /etc/zsh/zshenv ] && "$ESCALATION_TOOL" mkdir -p /etc/zsh && "$ESCALATION_TOOL" touch /etc/zsh/zshenv
48
echo "export ZDOTDIR=\"$HOME/.config/zsh\"" | "$ESCALATION_TOOL" tee -a /etc/zsh/zshenv
49
}
50
0 commit comments