From f7cc6a8c51442c6da2392739f90985871a481993 Mon Sep 17 00:00:00 2001 From: Tim Huizinga Date: Wed, 4 Jun 2025 11:38:53 +0200 Subject: [PATCH] Fixup gitconfig inside of devcontainer --- helpers/legacy_ubuntu_nvim.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/legacy_ubuntu_nvim.sh b/helpers/legacy_ubuntu_nvim.sh index 0cb45ca..dde4a6f 100755 --- a/helpers/legacy_ubuntu_nvim.sh +++ b/helpers/legacy_ubuntu_nvim.sh @@ -10,3 +10,5 @@ rm -rf ~/.dotfiles git clone https://git.huizinga.dev/Dreaded_X/dotfiles ~/.dotfiles mkdir -p ~/.config ln -s ~/.dotfiles/nvim/dot-config/nvim ~/.config/nvim + +sed -i '/path = /d' ~/.gitconfig