diff options
| author | Christoph Schlosser <cschlosser@google.com> | 2025-06-17 07:23:07 +0000 |
|---|---|---|
| committer | Christoph Schlosser <cschlosser@google.com> | 2025-06-17 07:23:07 +0000 |
| commit | 54fa53ee14a1ed093a3af1dbb41ca9ae159f6c18 (patch) | |
| tree | bf476d866e546c531c840db94a74d047ddd5dd6f /fish | |
| parent | 6b3553e1beeab2339c3aeda8fe46db0c7c1423fc (diff) | |
| download | dots-54fa53ee14a1ed093a3af1dbb41ca9ae159f6c18.tar.gz | |
Add fisher config bits to fish_variables
Diffstat (limited to 'fish')
| -rw-r--r-- | fish/fish_variables | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index 74b1ee1..77c6c0d 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -1,6 +1,10 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR __fish_initialized:3800 +SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish +SETUVAR _fisher_oh_2D_my_2D_fish_2F_theme_2D_bobthefish_files:\x7e/\x2econfig/fish/functions/__bobthefish_colors\x2efish\x1e\x7e/\x2econfig/fish/functions/__bobthefish_display_colors\x2efish\x1e\x7e/\x2econfig/fish/functions/__bobthefish_glyphs\x2efish\x1e\x7e/\x2econfig/fish/functions/bobthefish_display_colors\x2efish\x1e\x7e/\x2econfig/fish/functions/fish_greeting\x2efish\x1e\x7e/\x2econfig/fish/functions/fish_mode_prompt\x2efish\x1e\x7e/\x2econfig/fish/functions/fish_prompt\x2efish\x1e\x7e/\x2econfig/fish/functions/fish_right_prompt\x2efish\x1e\x7e/\x2econfig/fish/functions/fish_title\x2efish +SETUVAR _fisher_plugins:jorgebucaran/fisher\x1eoh\x2dmy\x2dfish/theme\x2dbobthefish +SETUVAR _fisher_upgraded_to_4_4:\x1d SETUVAR fish_color_autosuggestion:brblack SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:normal |