From 5b7a0d55063a43e8dde5b4bc3eb01b4ecb81f1dc Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 24 Jul 2025 13:08:57 -0400 Subject: further colorscheme changes --- config.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.fish') diff --git a/config.fish b/config.fish index aa362fb..0a95e40 100644 --- a/config.fish +++ b/config.fish @@ -4,6 +4,8 @@ set -e TERMCAP set -e MANPATH set -Ux STARSHIP_CONFIG ~/.config/starship/starship.toml +source ~/.config/fish/colors.fish + pyenv init - | source zoxide init fish | source starship init fish | source @@ -14,7 +16,7 @@ function starship_transient_prompt_func end function fish_greeting - set_color f0c6c6; echo 󰑂󱠡; set_color normal + set_color $welcome_color; echo 󰑂󱠡; set_color normal end function xcd @@ -29,8 +31,6 @@ if status is-interactive alias nv=nvim alias lg=lazygit - source ~/.config/fish/colors.fish - fish_vi_key_bindings enable_transience end -- cgit v1.3