edit nanorc
This commit is contained in:
10
install.sh
10
install.sh
@@ -451,6 +451,16 @@ fi
|
|||||||
echo -e "${YELLOW} MPD END ${NC}"
|
echo -e "${YELLOW} MPD END ${NC}"
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
echo -e "${YELLOW} Nano config START ${NC}"
|
||||||
|
if [ ! -f ~/.nanorc ]; then
|
||||||
|
cp /etc/nanorc ~/.nanorc
|
||||||
|
sed -i 's/^# set linenumbers/set linenumbers/' ~/.nanorc
|
||||||
|
sed -i 's/^# set minibar/set minibar/' ~/.nanorc
|
||||||
|
sed -i 's/^# set softwrap/set softwrap/' ~/.nanorc
|
||||||
|
else
|
||||||
|
echo "File .nanorc already exists."
|
||||||
|
fi
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
echo -e "${YELLOW} Wallpapers START ${NC}"
|
echo -e "${YELLOW} Wallpapers START ${NC}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user