fish: set noecho during init

This commit is contained in:
Daniella / Tove 2024-10-30 01:56:01 +01:00
parent 371a5d8425
commit 1c3f78659d

View file

@ -93,6 +93,7 @@ in
java -cp "build/:lib/:res/" $argv
end
if status is-interactive
stty -echo
if [ -e ~/sync/todo.txt ]
set_color magenta
echo "> Plans from ~/sync/plans.txt:"
@ -111,6 +112,7 @@ in
# check träwelling
traewelling
set_color normal
stty echo
end
function edit-todo
hx ~/sync/todo.txt