From f8185d5f35d600af6281a602e360b3d47ca1c6f7 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 22 Oct 2024 06:40:53 +0200 Subject: [PATCH] fish.todo: tell me if sync is not mounted --- home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.nix b/home.nix index 8a5bb8b..bccae38 100644 --- a/home.nix +++ b/home.nix @@ -91,6 +91,11 @@ in cat ~/sync/todo.txt set_color normal echo + else + set_color red + echo "> Sync is not mounted." + set_color normal + echo end end function edit-todo