URI:
       git: updates - dotfiles - arsenal of config files, ready to be cloned in new (virtual) machines.
  HTML git clone git://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
       ---
   DIR commit a3cae6041cd856c12e9528115ecc5f6c6366d0fa
   DIR parent bb4c71bddbff2d7cf3d087e6baa8235e45fd03a3
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Fri,  3 Feb 2023 02:40:41 +0100
       
       git: updates
       
       Diffstat:
         M git/.gitconfig                      |      11 +++++------
       
       1 file changed, 5 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/git/.gitconfig b/git/.gitconfig
       @@ -4,12 +4,7 @@
        # ██║   ██║██║   ██║   ██║     ██║   ██║██║╚██╗██║██╔══╝  ██║██║   ██║
        # ╚██████╔╝██║   ██║   ╚██████╗╚██████╔╝██║ ╚████║██║     ██║╚██████╔╝
        #  ╚═════╝ ╚═╝   ╚═╝    ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝╚═╝     ╚═╝ ╚═════╝
       -#
       -# ██████████╗
       -# █ author █║ drkhsh <me@drkhsh.at>
       -# █ repo   █║ https://git.drkhsh.at/dotfiles
       -# ██████████║
       -# ╚═════════╝
       +#                                              drkhsh <me@drkhsh.at>
        
        [user]
                email = me@drkhsh.at
       @@ -19,6 +14,10 @@
                rebase = true
        [rebase]
                autosquash = true
       +[push]
       +        default = current
       +[grep]
       +        lineNumber = true
        
        [alias]
                a = add