diff options
author | awy <awy@tutamail.com> | 2024-08-01 01:39:41 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-01 01:39:41 +0300 |
commit | 808b4f0596894b3b49f737cdcd291510057bb79e (patch) | |
tree | 3b71f7da334c2c8a1ebb31468da770f158f542d9 | |
parent | dd881d4430cd6a57e0a6e32840db815058774ea2 (diff) |
fix
-rwxr-xr-x | rice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ doas -u $PERMUSER dbus-launch gsettings set org.gnome.desktop.interface font-nam su - $PERMUSER -c "yes | fish $WORKDIRECTORY/fishrice" echo "[ -x /usr/bin/fish ] && SHELL=/usr/bin/fish exec fish" >> /home/$PERMUSER/.bashrc -sudo -u $PERMUSER mkdir -p /home/$PERMUSER/.config/fish +doas -u $PERMUSER mkdir -p /home/$PERMUSER/.config/fish #echo -e '\033c\e[35mwelcome to the system, master >w<\e[36m' > /etc/issue #sed -i "s/seat\ -n\ 3/seat -n 3 -l silent/g" /etc/runit/sv/seatd/run |