quoted dollar sign in here document

This commit is contained in:
ama 2023-08-14 21:25:41 +02:00
parent 71466d09eb
commit 4bf6964455

View file

@ -5,7 +5,7 @@ git clone --recursive https://github.com/changs/slimzsh.git ~/.slimzsh
cat <<EOF > $HOME/.zshrc
HISTSIZE=10000
SAVEHIST=10000
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
[[ \$TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
zstyle ':prompt:pure:user:root' color red
zstyle ':prompt:pure:host' color cyan
source "$HOME/.slimzsh/slim.zsh"