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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue