From d278772e6318bcc5a8c16126df433194dc3a577c Mon Sep 17 00:00:00 2001 From: FivePixels Date: Sat, 28 Jan 2023 18:15:00 -0600 Subject: display gitconfig after loading git creds --- .config/fish/functions/load_dots.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/load_dots.fish b/.config/fish/functions/load_dots.fish index 6a01343..e754185 100644 --- a/.config/fish/functions/load_dots.fish +++ b/.config/fish/functions/load_dots.fish @@ -4,7 +4,6 @@ function load_dots if test $arg_count -eq 0 printf "options: %s\n" $options[1] end - for option in $argv switch "$option" case git @@ -24,4 +23,5 @@ function load_git git config --global $git_config_key $$env_var end end + cat ~/.gitconfig end -- cgit v1.2.3