This commit is contained in:
Sergey 2022-03-31 22:58:34 +04:00
parent ba2eba85ac
commit 4e7550c40e
3 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR FZF_DEFAULT_OPTS:\x2d\x2dheight\x2040\x25
SETUVAR FZF_DISABLE_KEYBINDINGS:0
SETUVAR FZF_LEGACY_KEYBINDINGS:1
SETUVAR FZF_PREVIEW_DIR_CMD:ls
SETUVAR FZF_PREVIEW_FILE_CMD:head\x20\x2dn\x2010
@ -8,6 +9,15 @@ SETUVAR FZF_TMUX_HEIGHT:40\x25
SETUVAR __fish_init_2_39_8:\x1d
SETUVAR __fish_init_2_3_0:\x1d
SETUVAR __fish_init_3_x:\x1d
SETUVAR __fish_initialized:3100
SETUVAR _fisher_FabioAntunes_2F_fish_2D_nvm_files:/home/krsh/\x2econfig/fish/functions/__nvm_run\x2efish\x1e/home/krsh/\x2econfig/fish/functions/node\x2efish\x1e/home/krsh/\x2econfig/fish/functions/npm\x2efish\x1e/home/krsh/\x2econfig/fish/functions/npx\x2efish\x1e/home/krsh/\x2econfig/fish/functions/nvm\x2efish\x1e/home/krsh/\x2econfig/fish/functions/nvm_alias_command\x2efish\x1e/home/krsh/\x2econfig/fish/functions/nvm_alias_function\x2efish\x1e/home/krsh/\x2econfig/fish/functions/yarn\x2efish\x1e/home/krsh/\x2econfig/fish/completions/nvm\x2efish
SETUVAR _fisher_edc_2F_bass_files:/home/krsh/\x2econfig/fish/functions/__bass\x2epy\x1e/home/krsh/\x2econfig/fish/functions/bass\x2efish
SETUVAR _fisher_franciscolourenco_2F_done_files:/home/krsh/\x2econfig/fish/conf\x2ed/done\x2efish
SETUVAR _fisher_jethrokuan_2F_fzf_files:/home/krsh/\x2econfig/fish/functions/__fzf_cd\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzf_complete\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzf_complete_preview\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzf_find_file\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzf_get_dir\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzf_open\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzf_parse_commandline\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzf_reverse_isearch\x2efish\x1e/home/krsh/\x2econfig/fish/functions/__fzfcmd\x2efish\x1e/home/krsh/\x2econfig/fish/conf\x2ed/fzf\x2efish
SETUVAR _fisher_jorgebucaran_2F_fisher_files:/home/krsh/\x2econfig/fish/functions/fisher\x2efish\x1e/home/krsh/\x2econfig/fish/completions/fisher\x2efish
SETUVAR _fisher_jorgebucaran_2F_spark_2E_fish_files:/home/krsh/\x2econfig/fish/functions/spark\x2efish\x1e/home/krsh/\x2econfig/fish/completions/spark\x2efish
SETUVAR _fisher_plugins:jorgebucaran/fisher\x1erbenv/fish\x2drbenv\x1ejethrokuan/fzf\x1ejorgebucaran/spark\x2efish\x1efranciscolourenco/done\x1eFabioAntunes/fish\x2dnvm\x1eedc/bass
SETUVAR _fisher_rbenv_2F_fish_2D_rbenv_files:/home/krsh/\x2econfig/fish/functions/rbenv\x2efish\x1e/home/krsh/\x2econfig/fish/conf\x2ed/rbenv\x2efish\x1e/home/krsh/\x2econfig/fish/completions/rbenv\x2efish
SETUVAR fish_color_autosuggestion:969896
SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:7aa6da
@ -19,6 +29,7 @@ SETUVAR fish_color_error:d54e53
SETUVAR fish_color_escape:00a6b2
SETUVAR fish_color_history_current:\x2d\x2dbold
SETUVAR fish_color_host:normal
SETUVAR fish_color_host_remote:yellow
SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue
SETUVAR fish_color_normal:normal
SETUVAR fish_color_operator:00a6b2
@ -36,4 +47,5 @@ SETUVAR fish_pager_color_completion:normal
SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:white\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR --export fish_user_paths:/home/krsh/\x2erbenv/bin
SETUVAR pure_version:2\x2e1\x2e8

View File

@ -21,7 +21,7 @@ highlight_changes_delay_secs=5
find_comm_in_cmdline=1
strip_exe_from_cmdline=1
show_merged_command=0
tree_view=1
tree_view=0
tree_view_always_by_pid=0
all_branches_collapsed=0
header_margin=1

View File

@ -26,6 +26,9 @@ Plug 'HerringtonDarkholme/yats.vim'
Plug 'm-pilia/vim-ccls'
Plug 'm-pilia/vim-yggdrasil'
" Fish shell
Plug 'dag/vim-fish'
" Zig
Plug 'ziglang/zig.vim'