diff --git a/install b/install index 0a7c35c..39d9f79 100755 --- a/install +++ b/install @@ -8,6 +8,8 @@ link() { for file in ".profile" ".zprofile" ".config"; do ln -sf "$repo_dir/$file" "~/$file" done + + source ~/.profile } install() {