From f5714ee0a90cd1fd1c1e1da5c8528b40755b5209 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 22 May 2024 20:33:11 +0200 Subject: [PATCH] some changes --- config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.fish b/config.fish index 3ac4497..da1814c 100644 --- a/config.fish +++ b/config.fish @@ -215,7 +215,7 @@ end set colorscheme for bobthefish if test -d $HOME/.config/fish/functions/ set -g theme_nerd_fonts yes - set -g defaults_user ($USER) + set -g default_user ($USER) # available options: dark, light, solarized(-dark/-light), base16(-dark/-light), zenburn, gruvbox(-light), dracula, nord, catppuccin-(latte/frappe/macchiato/mocha) set -g theme_color_scheme catppuccin-mocha end