From d9875a5f7820a4040d7658d348e5e8a4d1b10d31 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Sat, 11 Feb 2023 11:39:09 +0100 Subject: Add profile warning, git autoSetup, GDK & new envs - Warn on existing .bash_profile (it prevents loading .profile) - Add autoSetupRemote to create git remote branches on push - Add GTK setting to use Wayland - Add volta env vars since I use it alot --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index ca2b182..48d7c01 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,3 +17,5 @@ [credential] helper = store +[push] + autoSetupRemote = true -- cgit v1.2.3