From 55409a23ce007ede44f4248a57ad76ba573397cf Mon Sep 17 00:00:00 2001 From: "a.pourmand" Date: Sat, 12 Aug 2023 13:42:06 +0330 Subject: [PATCH] change obsidian --- obsidian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obsidian.sh b/obsidian.sh index 09646df..bb68e50 100644 --- a/obsidian.sh +++ b/obsidian.sh @@ -266,7 +266,7 @@ read alias echo "alias $alias='sync_obsidian $HOME_PATH/$folder'" > "$HOME_PATH/.$folder" write_to_file_if_not_exists "source $HOME_PATH/.$folder" "$HOME_PATH/.profile" echo "alias $alias created in .$folder" -echo "You should exit the program to see the changes" +echo "You should exit the program for changes to take effect." } # Main menu loop while true; do