diff options
-rw-r--r-- | .config/fish/functions/load_dots.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |