fish: set noecho during init
This commit is contained in:
parent
371a5d8425
commit
1c3f78659d
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue