1
Whenever I start screen
, my alias definitions in /etc/profile.d
are missing within screen
.
How can I make screen
read/source all files in /etc/profile.d/
on startup?
1
Whenever I start screen
, my alias definitions in /etc/profile.d
are missing within screen
.
How can I make screen
read/source all files in /etc/profile.d/
on startup?
3
Configure the shell
option to run a login shell:
echo 'shell -/bin/bash' > ~/.screenrc