From 0809e03363722ed614a6fc535d62ce8b1ae6a3f8 Mon Sep 17 00:00:00 2001 From: Keanu Date: Sat, 8 May 2021 12:06:12 +0000 Subject: [PATCH] [Codespaces] Attempt to autorun ZSH. --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8557c1d..60d0d3c 100755 --- a/install.sh +++ b/install.sh @@ -3,4 +3,5 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too git clone https://github.com/keanuplayz/dotfiles ~/.dotfiles echo "source ~/.dotfiles/zsh/zshrc" >> ~/.zshrc pip install colorama psutil distro -zsh \ No newline at end of file +echo "zsh" >> ~/.bashrc +source ~/.bashrc \ No newline at end of file