diff --git a/install.sh b/install.sh index be62120..2ad3778 100644 --- a/install.sh +++ b/install.sh @@ -2,5 +2,7 @@ cp .profile ~ cp .bashrc ~ cp .zshrc ~ +cp fast /usr/bin/ +chmod +x /usr/bin/fast source ~/.bashrc source ~/.profile