From 082355aee60d6816dc525808feeec7a40284fbcf Mon Sep 17 00:00:00 2001 From: spekulaas Date: Thu, 29 Sep 2022 13:18:14 +0200 Subject: [PATCH] fixed comment --- src/services/zsh/Oh-My-ZSH.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/zsh/Oh-My-ZSH.sh b/src/services/zsh/Oh-My-ZSH.sh index b1eb3a3..17caf44 100644 --- a/src/services/zsh/Oh-My-ZSH.sh +++ b/src/services/zsh/Oh-My-ZSH.sh @@ -4,7 +4,7 @@ git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh # use the ohmyzsh template as zshrc cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc -set zsh as main terminal +# set zsh as main terminal chsh -s $(which zsh) source ~/.zshrc \ No newline at end of file