From 749b9d31e25ec4b8348ec9a9d5910b78e6946a40 Mon Sep 17 00:00:00 2001 From: computer Date: Wed, 10 Nov 2021 14:05:10 -0500 Subject: [PATCH] f --- hasql.nixc.us/zsh-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hasql.nixc.us/zsh-setup.sh b/hasql.nixc.us/zsh-setup.sh index bd373c7..38dc046 100644 --- a/hasql.nixc.us/zsh-setup.sh +++ b/hasql.nixc.us/zsh-setup.sh @@ -5,7 +5,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too # echo y|sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" chsh -s $(which zsh) sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="pygmalion"/g' /root/.zshrc -sed -i 's/bash /root/zsh-setup.sh//d' /root/.profile +sed -i 's\bash /root/zsh-setup.sh\\' /root/.profile rm -f /root/zsh-setup.sh echo "Relog into terminal finished bootstrapping server" exit