summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2020-03-10 07:38:09 -0500
committerTom Barrett <tom@tombarrett.xyz>2020-03-10 07:40:02 -0500
commit2e5f117511dc0c58323a038af3b921863b24e83e (patch)
tree5a1be03519630f9cf2fb6fb69cde281094481465 /.config
parent37ed0a3a982f563eea673204b8379948d19be4d5 (diff)
all colors listed, and what each does
Diffstat (limited to '.config')
-rwxr-xr-x.config/fish/functions/fish_prompt.fish2
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