6 lines
80 B
Makefile
6 lines
80 B
Makefile
install:
|
|
mv ../.zshrc zshrc.bak
|
|
ln -s zshrc ../.zshrc
|
|
touch history private
|
|
|