Okay cool that's what I want but it doesn't work it still uses my same layout as in windows
Okay cool that's what I want but it doesn't work it still uses my same layout as in windows
gnome-terminal is everything normal?toggle-user-motdhas no shell output either, though that might be intended/etc/profile.d/user-motd.shublue-os/configif test -d "$HOME"; then
if test ! -e "$HOME"/.config/no-show-user-motd; then
if test -x "/usr/libexec/ublue-motd"; then
/usr/libexec/ublue-motd
elif test -s "/etc/user-motd"; then
cat /etc/user-motd
fi
fi
fi