Enviado em 27/11/2017 - 16:50h
Olá pessoal, seguinte, tentei instalar o shell zsh para utilizar o 'oh my zsh', pois estou utilizando o git e isto facilita.
Instalei da seguinte maneira:
1. Clone the repository:
$ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
2. Optionally, backup your existing ~/.zshrc file:
$ cp ~/.zshrc ~/.zshrc.orig
3. Create a new zsh configuration file
You can create a new zsh config file by copying the template that we have included for you.
$ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
4. Change your default shell
$ chsh -s /bin/zsh
Porém, ao terminar a instalação, ao invés de aparecer somente:
-> ~
Está aparecendo o seguinte, mesmo sem eu estar em nenhum diretório do github. Como concertar isso?
-> ~ git:(master)
Instalei da seguinte maneira:
1. Clone the repository:
$ git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
2. Optionally, backup your existing ~/.zshrc file:
$ cp ~/.zshrc ~/.zshrc.orig
3. Create a new zsh configuration file
You can create a new zsh config file by copying the template that we have included for you.
$ cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
4. Change your default shell
$ chsh -s /bin/zsh
Porém, ao terminar a instalação, ao invés de aparecer somente:
-> ~
Está aparecendo o seguinte, mesmo sem eu estar em nenhum diretório do github. Como concertar isso?
-> ~ git:(master)