7 lines
117 B
Bash
7 lines
117 B
Bash
|
#! /bin/zsh
|
||
|
|
||
|
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||
|
|
||
|
rm ~/.gitconfig
|
||
|
ln -s ${GIT_ROOT}/git/gitconfig ~/.gitconfig
|