diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2020-10-23 19:29:20 -0400 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2020-10-23 19:29:20 -0400 |
commit | 8112ba0ceedd2ccc23beeb44ca8ae929d092b8d4 (patch) | |
tree | d76ba43f70234013cf871a1cb3005e8c6f59d97b /.config/fish/fish_variables | |
parent | e9faf8c4e623e269ae1b7eb3953a858dbb706969 (diff) | |
download | dogfiles-8112ba0ceedd2ccc23beeb44ca8ae929d092b8d4.tar.gz |
changed fish greeting
Diffstat (limited to '.config/fish/fish_variables')
-rw-r--r-- | .config/fish/fish_variables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 41ccd62..8fec0ec 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -24,7 +24,7 @@ SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrbl SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline -SETUVAR fish_greeting: +SETUVAR fish_greeting:\x1d SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_pager_color_completion:\x1d SETUVAR fish_pager_color_description:B3A06D\x1eyellow |