Commit 51f88d08 authored by Bruno's avatar Bruno

Fixing wrong formatting on readme.

parent cff8a47d
...@@ -51,32 +51,34 @@ I'm hoping to collect a bunch of themes for our command prompts. You can see exi ...@@ -51,32 +51,34 @@ I'm hoping to collect a bunch of themes for our command prompts. You can see exi
If you wish to use fish as your default shell, use the following command: If you wish to use fish as your default shell, use the following command:
grep -q '^/usr/local/bin/fish$' /etc/shells; or echo '/usr/local/bin/fish' | sudo tee -a /etc/shells grep -q '^/usr/local/bin/fish$' /etc/shells; or echo '/usr/local/bin/fish' | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish chsh -s /usr/local/bin/fish
chsh will prompt you for your password, and change your default shell. chsh will prompt you for your password, and change your default shell.
To switch your default shell back, you can run: To switch your default shell back, you can run:
chsh -s /bin/bash chsh -s /bin/bash
Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate. Substitute /bin/bash with /bin/tcsh or /bin/zsh as appropriate.
### Manual installation ### Manual installation
1. Clone the repository 1. Clone the repository
```
git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish git clone git://github.com/bpinto/oh-my-fish.git ~/.oh-my-fish
```
2. Create a new fish config by copying the fish template we've provided. 2. Create a new fish config by copying the fish template we've provided.
```
cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish cp ~/.oh-my-fish/templates/config.fish ~/.config/fish/config.fish
```
3. Start / restart fish (just open a new terminal) 3. Start / restart fish (just open a new terminal)
##. Oh My ZSH ##. Oh My ZSH
This project is heavily inspired by "oh-my-zsh":https://github.com/robbyrussell/oh-my-zsh/ This project is heavily inspired by [oh-my-zsh][oh-my-zsh]
Thank you so much! [oh-my-zsh]: https://github.com/robbyrussell/oh-my-zsh/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment