diff --git a/util/install_fpd_shell.sh b/util/install_fpd_shell.sh index 1a2f79b..7db4594 100755 --- a/util/install_fpd_shell.sh +++ b/util/install_fpd_shell.sh @@ -59,13 +59,13 @@ install_fpd_shell() { # Run the Oh My Zsh installation in a zsh subshell zsh -c " - source '~/.fpd-shell/install_oh_my_zsh.sh' + source ~/.fpd-shell/util/install_oh_my_zsh.sh install_oh_my_zsh - source '~/.fpd-shell/set_theme_and_plugins.sh' + source ~/.fpd-shell/util/set_theme_and_plugins.sh set_oh_my_zsh_theme_and_plugins - source '~/.fpd-shell/print_success_message.sh' + source ~/.fpd-shell/util/print_success_message.sh print_success_message " fi