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