diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:22:16 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-28 06:22:54 +0000 |
commit | 21f57c5e681ce30a4af19cb2bdb8ec12ef6cbdf1 (patch) | |
tree | b10649dddf729fb8e151c5fb6d47f2621548a238 /fish2024/fish_variables | |
parent | 9b57ebd8c15f351fa4b56067ddb57bc6a637d934 (diff) |
Removes fish greeting and adds cargo
Diffstat (limited to 'fish2024/fish_variables')
-rw-r--r-- | fish2024/fish_variables | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fish2024/fish_variables b/fish2024/fish_variables index d78358b..6e5faa8 100644 --- a/fish2024/fish_variables +++ b/fish2024/fish_variables @@ -26,6 +26,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:\x1d SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_completion:normal @@ -40,4 +41,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/home/lemon/\x2elocal/bin +SETUVAR fish_user_paths:/home/lemon/\x2ecargo/bin\x1e/home/lemon/\x2elocal/bin |