Add config.fish

This commit is contained in:
David Tomaschik
2025-06-05 15:29:21 -07:00
parent ca71dea284
commit 05df603332
2 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1 @@
fish_add_path --path {$HOME}/bin

View File

@@ -1,7 +1,7 @@
# This file contains fish universal variable definitions. # This file contains fish universal variable definitions.
# VERSION: 3.0 # VERSION: 3.0
SETUVAR EDITOR:vim SETUVAR EDITOR:vim
SETUVAR __fish_initialized:3400 SETUVAR __fish_initialized:3800
SETUVAR fish_color_autosuggestion:586e75 SETUVAR fish_color_autosuggestion:586e75
SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:93a1a1 SETUVAR fish_color_command:93a1a1
@@ -20,7 +20,7 @@ SETUVAR fish_color_operator:00a6b2
SETUVAR fish_color_param:839496 SETUVAR fish_color_param:839496
SETUVAR fish_color_quote:657b83 SETUVAR fish_color_quote:657b83
SETUVAR fish_color_redirection:6c71c4 SETUVAR fish_color_redirection:6c71c4
SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dblack SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dblack
SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack
SETUVAR fish_color_status:red SETUVAR fish_color_status:red
SETUVAR fish_color_user:brgreen SETUVAR fish_color_user:brgreen