add home to repo
This commit is contained in:
7
pre-commit
Normal file
7
pre-commit
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# install bashrc if bashrc git edited
|
||||
if git diff --quiet home/bashrc/.bashrc; then
|
||||
else
|
||||
./home/bashrc/install.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user