Skip to content

Commit

Permalink
chore: new PS1 removal from environ
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 17, 2024
1 parent d013a57 commit 80262d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/extras/zsh-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ sed -i 's/ZSH_THEME=".*"/ZSH_THEME="pygmalion"/g' /root/.zshrc

rm -f /etc/environ.zsh && cp -p /etc/environ /etc/environ.zsh
sed -i 's/ == / = /g' /etc/environ.zsh
sed -i 's/export PS1="\\u@\\h:\\w# "//g' /etc/environ.zsh

cat >> /root/.zshrc << "EOF"
bindkey "\e[1~" beginning-of-line
Expand Down

0 comments on commit 80262d3

Please sign in to comment.