From f5b96b8a9194c19b22a090facfdc84547a2a6f8b Mon Sep 17 00:00:00 2001 From: "dth@taiga.ai" Date: Wed, 18 May 2022 14:05:44 +0200 Subject: [PATCH] :bug: fix wrong comment syntax --- .zshrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.zshrc b/.zshrc index 88fdb8d..997839a 100644 --- a/.zshrc +++ b/.zshrc @@ -1,10 +1,10 @@ -" README: -" If zsh is not yet installed: -" https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH -" If oh-my-zsh is not yet installed: -" https://ohmyz.sh/#install -" During zsh setup, a `.zhrc` file is generated and left in the root. -" The following .zshrc content should extend (rather than replace) your `.zshrc`. +# README: +# If zsh is not yet installed: +# https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH +# If oh-my-zsh is not yet installed: +# https://ohmyz.sh/#install +# During zsh setup, a `.zhrc` file is generated and left in the root. +# The following .zshrc content should extend (rather than replace) your `.zshrc`. # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH