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