From 5740e6e26aefcb913575e91ec0eee181d73317bb Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 8 Oct 2020 19:00:19 +0000 Subject: [PATCH] add fish color scheme instructions --- fish/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fish/README.md b/fish/README.md index 146bac8..78cec37 100644 --- a/fish/README.md +++ b/fish/README.md @@ -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`. -- 2.25.1