resetshellnotes: reset default shell
This commit is contained in:
parent
5a6f1cd68e
commit
9b1bfd1c6b
2 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#The first line is the user's default shell found during installation process.
|
#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).
|
#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).
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ function resetshellnotes() {
|
||||||
echo "/usr/bin/gedit" > ~/.shellnotes/util/sd/sd-input1.txt
|
echo "/usr/bin/gedit" > ~/.shellnotes/util/sd/sd-input1.txt
|
||||||
echo "/bin/nano"> ~/.shellnotes/util/sd/sd-input2.txt
|
echo "/bin/nano"> ~/.shellnotes/util/sd/sd-input2.txt
|
||||||
echo "~/Notes" > ~/.shellnotes/util/sd/sd-input3.txt
|
echo "~/Notes" > ~/.shellnotes/util/sd/sd-input3.txt
|
||||||
|
sed -i '1d' ~/.shellnotes/.shellnotes.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
case $1 in -f | --force )
|
case $1 in -f | --force )
|
||||||
|
|
Loading…
Reference in a new issue