resetshellnotes: reset default shell

This commit is contained in:
dmarakom6 2021-05-04 20:56:56 +03:00
parent 5a6f1cd68e
commit 9b1bfd1c6b
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,5 @@
#The first line is the user's default shell found during installation process.
#Warning! If you don't have gedit(text editor) or nano installed, you may have to change the default text editor (lines 10, 25, 40).

View file

@ -13,6 +13,7 @@ function resetshellnotes() {
echo "/usr/bin/gedit" > ~/.shellnotes/util/sd/sd-input1.txt
echo "/bin/nano"> ~/.shellnotes/util/sd/sd-input2.txt
echo "~/Notes" > ~/.shellnotes/util/sd/sd-input3.txt
sed -i '1d' ~/.shellnotes/.shellnotes.sh
}
case $1 in -f | --force )