From 58b6ff9ce4bc74d56d3cb1da7d99b8c6f799372e Mon Sep 17 00:00:00 2001 From: Bart Dabek Date: Wed, 19 Jun 2024 12:59:25 -0400 Subject: [PATCH] Installation work... wip --- util/install_fpd_shell.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/install_fpd_shell.sh b/util/install_fpd_shell.sh index 24f7a46..1a2f79b 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 '$TEMP_DIR/install_oh_my_zsh.sh' + source '~/.fpd-shell/install_oh_my_zsh.sh' install_oh_my_zsh - source '$TEMP_DIR/set_theme_and_plugins.sh' + source '~/.fpd-shell/set_theme_and_plugins.sh' set_oh_my_zsh_theme_and_plugins - source '$TEMP_DIR/print_success_message.sh' + source '~/.fpd-shell/print_success_message.sh' print_success_message " fi