feat(notes, journal): clear console after edit
This commit is contained in:
parent
fa9b75e9af
commit
d1c33200bc
2 changed files with 2 additions and 0 deletions
|
@ -54,5 +54,6 @@ elif [ "$1" = "copy" ] || [ "$1" = "c" ]; then
|
|||
## New entry or edit
|
||||
else
|
||||
createEntry
|
||||
clear
|
||||
fi
|
||||
notesSync
|
||||
|
|
1
notes.sh
1
notes.sh
|
@ -22,6 +22,7 @@ function editFile() {
|
|||
vim "$1"
|
||||
fi
|
||||
|
||||
clear
|
||||
notesSync
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue