From 1e13cfa09d1a2c057a7a4b9590daf569bd91b760 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 9 Mar 2020 07:52:31 -0500 Subject: new fish settings --- .config/fish/fish_variables | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) (limited to '.config/fish/fish_variables') diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index c020444..ae9139e 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,37 +1,31 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR EDITOR:nvim -SETUVAR --export --path GOPATH:/home/tom/src/go -SETUVAR __fish_init_2_39_8:\x1d -SETUVAR __fish_init_2_3_0:\x1d -SETUVAR __fish_init_3_x:\x1d -SETUVAR _fish_abbr_ifconfig:ip\x20addr -SETUVAR _fish_abbr_vim:nvim -SETUVAR _fish_abbr_v:nvim -SETUVAR _fish_abbr_m:make -SETUVAR fish_color_autosuggestion:64DF85 +SETUVAR __fish_initialized:3100 +SETUVAR fish_color_autosuggestion:585858 SETUVAR fish_color_cancel:\x2dr -SETUVAR fish_color_command:00BF32 -SETUVAR fish_color_comment:5C9900 +SETUVAR fish_color_command:a1b56c +SETUVAR fish_color_comment:f7ca88 SETUVAR fish_color_cwd:green SETUVAR fish_color_cwd_root:red -SETUVAR fish_color_end:8EEB00 -SETUVAR fish_color_error:60B9CE -SETUVAR fish_color_escape:00a6b2 +SETUVAR fish_color_end:ba8baf +SETUVAR fish_color_error:ab4642 +SETUVAR fish_color_escape:86c1b9 SETUVAR fish_color_history_current:\x2d\x2dbold SETUVAR fish_color_host:normal -SETUVAR fish_color_match:\x2d\x2dbackground\x3dbrblue +SETUVAR fish_color_host_remote:yellow +SETUVAR fish_color_match:7cafc2 SETUVAR fish_color_normal:normal -SETUVAR fish_color_operator:00a6b2 -SETUVAR fish_color_param:04819E -SETUVAR fish_color_quote:206676 -SETUVAR fish_color_redirection:7CB02C +SETUVAR fish_color_operator:7cafc2 +SETUVAR fish_color_param:d8d8d8 +SETUVAR fish_color_quote:f7ca88 +SETUVAR fish_color_redirection:d8d8d8 SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline -SETUVAR fish_greeting:\x1d +SETUVAR fish_greeting: SETUVAR fish_key_bindings:fish_vi_key_bindings SETUVAR fish_pager_color_completion:normal SETUVAR fish_pager_color_description:B3A06D\x1eyellow -- cgit v1.2.3