diff options
author | Yigit Sever | 2022-04-13 09:34:54 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-13 09:34:54 +0300 |
commit | 4d399666ce02c7f83b443a88e4134a61816cfaa3 (patch) | |
tree | 25cf39b76f3d124bd258852a3976a201b02cd454 | |
parent | 2b681291e699612b2ce0f25aed0b004a06c9e4af (diff) | |
download | dotfiles-4d399666ce02c7f83b443a88e4134a61816cfaa3.tar.gz dotfiles-4d399666ce02c7f83b443a88e4134a61816cfaa3.tar.bz2 dotfiles-4d399666ce02c7f83b443a88e4134a61816cfaa3.zip |
fish: tracking fish_variables
-rw-r--r-- | .config/fish/fish_variables | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 602beb2..26637ef 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables | |||
@@ -1,6 +1,6 @@ | |||
1 | # This file contains fish universal variable definitions. | 1 | # This file contains fish universal variable definitions. |
2 | # VERSION: 3.0 | 2 | # VERSION: 3.0 |
3 | SETUVAR __fish_initialized:3100 | 3 | SETUVAR __fish_initialized:3400 |
4 | SETUVAR fish_color_autosuggestion:969896 | 4 | SETUVAR fish_color_autosuggestion:969896 |
5 | SETUVAR fish_color_cancel:\x2dr | 5 | SETUVAR fish_color_cancel:\x2dr |
6 | SETUVAR fish_color_command:c397d8 | 6 | SETUVAR fish_color_command:c397d8 |
@@ -29,4 +29,5 @@ SETUVAR fish_pager_color_completion:normal | |||
29 | SETUVAR fish_pager_color_description:B3A06D\x1eyellow | 29 | SETUVAR fish_pager_color_description:B3A06D\x1eyellow |
30 | SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline | 30 | SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline |
31 | SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan | 31 | SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan |
32 | SETUVAR fish_pager_color_selected_background:\x2dr | ||
32 | SETUVAR fish_user_paths:/home/yigit/\x2ecargo/bin\x1e/home/yigit/\x2elocal/bin | 33 | SETUVAR fish_user_paths:/home/yigit/\x2ecargo/bin\x1e/home/yigit/\x2elocal/bin |