add fish color scheme instructions

This commit is contained in:
AJ ONeal
2020-10-08 19:00:19 +00:00
parent 8e3cc6d1a8
commit 5740e6e26a
+9
View File
@@ -56,6 +56,15 @@ You can also run bash explicitly:
bash ./some-script.sh
```
### How to set the fish Color Scheme
You may like to have your `fish` theme match your Terminal or iTerm2 theme (such
as _Solarized_, _Dracula_, or _Tomorrow Night_).
```bash
fish_config colors
```
### How to set vim to keep using bash
The first line of your `.vimrc` should always be `set shell=/bin/bash`.