updated shell_link.sh

pull/2/head
Hari Sekhon 4 years ago
parent daa2f3d321
commit 83691a650d

@ -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

Loading…
Cancel
Save