diff --git a/setup/shell_link.sh b/setup/shell_link.sh index 64e7fb3f..97efaf77 100755 --- a/setup/shell_link.sh +++ b/setup/shell_link.sh @@ -67,3 +67,7 @@ done # want opt expansion # shellcheck disable=SC2086 ln -sv $opts ~/.gitignore ~/.gitignore_global || : + +if [[ "${USER:-}" =~ harisekhon|hsekhon ]]; then + ln -sv "$PWD/.gitconfig.local" ~ || : +fi