fish.todo: tell me if sync is not mounted
This commit is contained in:
parent
94d6991086
commit
f8185d5f35
1 changed files with 5 additions and 0 deletions
5
home.nix
5
home.nix
|
@ -91,6 +91,11 @@ in
|
||||||
cat ~/sync/todo.txt
|
cat ~/sync/todo.txt
|
||||||
set_color normal
|
set_color normal
|
||||||
echo
|
echo
|
||||||
|
else
|
||||||
|
set_color red
|
||||||
|
echo "> Sync is not mounted."
|
||||||
|
set_color normal
|
||||||
|
echo
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
function edit-todo
|
function edit-todo
|
||||||
|
|
Loading…
Add table
Reference in a new issue