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