diff options
author | Daniil Rozanov <dev@drozanov.info> | 2024-11-14 04:37:00 +0400 |
---|---|---|
committer | Daniil Rozanov <dev@drozanov.info> | 2024-11-14 04:37:00 +0400 |
commit | 8bb6d89194e25990b8376f9c9700a61103fb7a66 (patch) | |
tree | ba16cdf64b1610c95e072837d8c13912c3a470c5 /git | |
parent | 1aefeaf491c94aec00bb8efec313762e23c7a862 (diff) |
improved git prompt
Diffstat (limited to 'git')
-rw-r--r-- | git/.gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..112f0cf --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,9 @@ +[user] +email = dev@drozanov.info +name = Daniil Rozanov + +[core] +editor = nvim + +[color] +ui = true |