diff options
author | Tom Barrett <tom@tombarrett.xyz> | 2020-03-10 07:38:09 -0500 |
---|---|---|
committer | Tom Barrett <tom@tombarrett.xyz> | 2020-03-10 07:40:02 -0500 |
commit | 2e5f117511dc0c58323a038af3b921863b24e83e (patch) | |
tree | 5a1be03519630f9cf2fb6fb69cde281094481465 /.config/fish | |
parent | 37ed0a3a982f563eea673204b8379948d19be4d5 (diff) |
all colors listed, and what each does
Diffstat (limited to '.config/fish')
-rwxr-xr-x | .config/fish/functions/fish_prompt.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index addf622..6b1195f 100755 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -1,5 +1,5 @@ function fish_prompt --description 'Write out the prompt' - if test "$TERM" = "linux" + if test "$TERM" = "linux" set error_color red set good_color green set path_color yellow |